Frames Trouble

liunx

Guest
Hi, I'm new. :)<br />
I'm starting a website at <!-- m --><a class="postlink" href="http://www.chapsticky.net">http://www.chapsticky.net</a><!-- m --><br />
On my fanlistings page (<!-- m --><a class="postlink" href="http://www.chapsticky.net/linkage/fanlistings">http://www.chapsticky.net/linkage/fanlistings</a><!-- m -->), I have the links set to open in a new window because my site is in frames. Before I put this page up, frame 1, which is a banner linking back to the main page, simply went back in the same window, but now it seems to want to override the target code I gave it and use the "_blank" target to open in a new window.<br />
<br />
This is the HTML I'm using for frame 1:<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.chapsticky.net/front.html" target="front"><img src="banner.gif" border="0"></a><br />
<br />
This is an example of the HTML I'm using to make fanlistings open in a new window:<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://torn-world.org/abby/index.html" target="_blank"><img src="abby.gif" border="0" alt="Abby Fan"></a><br />
<br />
How do I make it allow me to have my frames open in the same window, but specified links in a different one? Thanks so much for taking the time to read it, I really appreciate it. Have a lovely night!<!--content-->well when I went to the links page and then clicked on the banner on the left, it went back correctly, didn't open a new window for me.<br />
<br />
so, on this line<br />
<br />
<font size="1"><a href=http://www.htmlforums.com/archive/index.php/"fanlistings.html"><3 Fanlistings</a><br />
<br />
add the bold to it and they will open in a new window<br />
<br />
<font size="1"><a href=http://www.htmlforums.com/archive/index.php/"fanlistings.html" target="_blank"><3 Fanlistings</a><!--content-->
 
Back
Top