Guest_imported
New member
- Jan 1, 1970
- 0
I am a web newbie, 36yeras old new to the net and in the process of setting up 4 websites for my company. I use an old programme called Webstudio 2.0, which is a really simple drag and drop.
Everything has been great, as long as i kept it simple. I've now discovered how to put in some HTML and mess about with the code to insert animated buttons, e.mailers etc.
I have a range of interfaces from web foundary, which i can get to display on webstudio, but as i can only see the 'finnished' interface on the web and now in the programme, i can't drag links onto the buttons.
Could somebody point me in the right direction with the HTML code to link the button down on the interface to the correct web page or url.?
If this topic is off the usual board topics or not whats disscussed here , could somebody point me in the direction of a baord that could help? (if it is , sorry moderators!, sure you were new to it all once!)
I have attatched the HTML code.
*HTML for the 'interface', the $thisfolderurl$ in front of each src is required to let webstudio know which folder to place the graphic in.
*Question: where do i insert the button links?.
roddyn@lycos.co.uk
or
roddynicoll@hotmail.com
Thanks!
<html>
<head>
<title>Web Foundry: Orb-X Interface</title>
</head>
<body bgcolor="black">
<center>
<table width="100%" height="100%">
<tr><td align=center valign=middle>
<table bgcolor="#555555" cellpadding=2 cellspacing=0>
<tr><td>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td align=center colspan=3><img width=110 height=110 src="$thisfolderurl$orb-topleft.jpg"><a href="javascript://" onMouseOver="if(document.images){document.top.src='$thisfolderurl$orb-topon.jpg'; document.txt.src='$thisfolderurl$orb-txt1.jpg';}" onMouseOut="if(document.images){document.top.src='$thisfolderurl$orb-topoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-topoff.jpg" width=175 height=110 name=top border=0></a><img width=115 height=110 src="$thisfolderurl$orb-topright.jpg"></td></tr>
<tr>
<td rowspan=3><a href="javascript://" onMouseOver="if(document.images){document.left.src='$thisfolderurl$orb-lefton.jpg'; document.txt.src='$thisfolderurl$orb-txt4.jpg';}" onMouseOut="if(document.images){document.left.src='$thisfolderurl$orb-leftoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-leftoff.jpg" width=110 height=180 name=left border=0></td>
<td><img width=175 height=110 src="$thisfolderurl$orb-title.jpg"></td>
<td rowspan=3><a href="javascript://" onMouseOver="if(document.images){document.right.src='$thisfolderurl$orb-righton.jpg'; document.txt.src='$thisfolderurl$orb-txt2.jpg';}" onMouseOut="if(document.images){document.right.src='$thisfolderurl$orb-rightoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-rightoff.jpg" width=115 height=180 name=right border=0></td>
</tr>
<tr><td><img width=175 height=25 src="$thisfolderurl$orb-txt0.jpg" name=txt></td></tr>
<tr><td><img width=175 height=45 src="$thisfolderurl$orb-screenbot.jpg"></td></tr>
<tr><td align=center colspan=3><img width=110 height=110 src="$thisfolderurl$orb-botleft.jpg"><a href="javascript://" onMouseOver="if(document.images){document.bot.src='$thisfolderurl$orb-boton.jpg'; document.txt.src='$thisfolderurl$orb-txt3.jpg';}" onMouseOut="if(document.images){document.bot.src='$thisfolderurl$orb-botoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-botoff.jpg" width=175 height=110 name=bot border=0></a><img width=115 height=110 src="$thisfolderurl$orb-botright.jpg"></td></tr>
</table>
</td></tr></table>
</td></tr></table>
<script language="javascript">
<!--
var imglist = new Array (
"orb-topon.jpg",
"orb-righton.jpg",
"orb-boton.jpg",
"orb-lefton.jpg",
"orb-txt1.jpg",
"orb-txt2.jpg",
"orb-txt3.jpg",
"orb-txt4.jpg"
);
var imgs = new Array();
var count;
if (document.images)
for (count=0; count<imglist.length; count++)
{imgs[count]=new Image(); imgs[count].src=imglist[count];}
// -->
</script>
</body></html>
Everything has been great, as long as i kept it simple. I've now discovered how to put in some HTML and mess about with the code to insert animated buttons, e.mailers etc.
I have a range of interfaces from web foundary, which i can get to display on webstudio, but as i can only see the 'finnished' interface on the web and now in the programme, i can't drag links onto the buttons.
Could somebody point me in the right direction with the HTML code to link the button down on the interface to the correct web page or url.?
If this topic is off the usual board topics or not whats disscussed here , could somebody point me in the direction of a baord that could help? (if it is , sorry moderators!, sure you were new to it all once!)
I have attatched the HTML code.
*HTML for the 'interface', the $thisfolderurl$ in front of each src is required to let webstudio know which folder to place the graphic in.
*Question: where do i insert the button links?.
roddyn@lycos.co.uk
or
roddynicoll@hotmail.com
Thanks!
<html>
<head>
<title>Web Foundry: Orb-X Interface</title>
</head>
<body bgcolor="black">
<center>
<table width="100%" height="100%">
<tr><td align=center valign=middle>
<table bgcolor="#555555" cellpadding=2 cellspacing=0>
<tr><td>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td align=center colspan=3><img width=110 height=110 src="$thisfolderurl$orb-topleft.jpg"><a href="javascript://" onMouseOver="if(document.images){document.top.src='$thisfolderurl$orb-topon.jpg'; document.txt.src='$thisfolderurl$orb-txt1.jpg';}" onMouseOut="if(document.images){document.top.src='$thisfolderurl$orb-topoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-topoff.jpg" width=175 height=110 name=top border=0></a><img width=115 height=110 src="$thisfolderurl$orb-topright.jpg"></td></tr>
<tr>
<td rowspan=3><a href="javascript://" onMouseOver="if(document.images){document.left.src='$thisfolderurl$orb-lefton.jpg'; document.txt.src='$thisfolderurl$orb-txt4.jpg';}" onMouseOut="if(document.images){document.left.src='$thisfolderurl$orb-leftoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-leftoff.jpg" width=110 height=180 name=left border=0></td>
<td><img width=175 height=110 src="$thisfolderurl$orb-title.jpg"></td>
<td rowspan=3><a href="javascript://" onMouseOver="if(document.images){document.right.src='$thisfolderurl$orb-righton.jpg'; document.txt.src='$thisfolderurl$orb-txt2.jpg';}" onMouseOut="if(document.images){document.right.src='$thisfolderurl$orb-rightoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-rightoff.jpg" width=115 height=180 name=right border=0></td>
</tr>
<tr><td><img width=175 height=25 src="$thisfolderurl$orb-txt0.jpg" name=txt></td></tr>
<tr><td><img width=175 height=45 src="$thisfolderurl$orb-screenbot.jpg"></td></tr>
<tr><td align=center colspan=3><img width=110 height=110 src="$thisfolderurl$orb-botleft.jpg"><a href="javascript://" onMouseOver="if(document.images){document.bot.src='$thisfolderurl$orb-boton.jpg'; document.txt.src='$thisfolderurl$orb-txt3.jpg';}" onMouseOut="if(document.images){document.bot.src='$thisfolderurl$orb-botoff.jpg'; document.txt.src='$thisfolderurl$orb-txt0.jpg';}"><img src="$thisfolderurl$orb-botoff.jpg" width=175 height=110 name=bot border=0></a><img width=115 height=110 src="$thisfolderurl$orb-botright.jpg"></td></tr>
</table>
</td></tr></table>
</td></tr></table>
<script language="javascript">
<!--
var imglist = new Array (
"orb-topon.jpg",
"orb-righton.jpg",
"orb-boton.jpg",
"orb-lefton.jpg",
"orb-txt1.jpg",
"orb-txt2.jpg",
"orb-txt3.jpg",
"orb-txt4.jpg"
);
var imgs = new Array();
var count;
if (document.images)
for (count=0; count<imglist.length; count++)
{imgs[count]=new Image(); imgs[count].src=imglist[count];}
// -->
</script>
</body></html>