i'm a self taught programer, and i don't know much about anythng.
i get all my code on HTML for kids sites, and by stealing from sites i like.
anyway, on the front page of my webstie i have two link to other sites, and i want the links to open up in a new page. i've done this before - and i used that same code, but it doesn't seem to be working on my front page.
can anyone udnerstand why?
here is the code for the right side of my front page:
www.fishstickusa.com
Code:
<HTML>
<TITLE>fishstick and so forth</TITLE>
<body bgcolor="660000">
<br>
<img src="buttons.png" width="550" height="268">
<link href="format.css" rel="stylesheet" type="text/css">
<body bgcolor="660000">
<font face="your font" size="2" color="ffffff"> <b>
<br><br> <SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=800,height=600,toolbar=yes,location=yes, resizable=yes, scrollbars=yes');
return false;
}
//--></SCRIPT>
what's new:<br>
<br>
* a new review at shmat.com <font face="arial" size="2" color="ffffff"> <a href="http://www.shmat.com/reviews.php?page=detail&rev=273">link</a><br>
* a new song "tired smiles" is available for download in the mp3's section - <font face="arial" size="2" color="ffffff"> <a href="music.html" target="rightside">link</a><br>
* a new song "worker bee" is available for download in the mp3's section - <font face="arial" size="2" color="ffffff">
<a href="music.html" target="rightside">link</a><br>
* a new show has been announced at Fergies Pub on Saturday, June 25th - <a href="shows.html" target="rightside">link</a><br>
* new photographs from the April 29th World Cafe Live show have been posted - <a href="world.html" target="rightside">link</a><br><br>
* the new album "professional fishstick" is available for purchase at cdbaby.com <font face="arial" size="2" color="ffffff"> <a href="http://www.cdbaby.com/fishstick">link</a>
</table>
</font>
</HTML>