More Help with iframes...

Ok this is probably my last post about iframes, becuase i figured out how to use html. But since i just started using it i wanted to know how to make links from outside a iframe work inside. See my page... <!-- m --><a class="postlink" href="http://www.geocities.com/djdevils_wrestling/main">http://www.geocities.com/djdevils_wrestling/main</a><!-- m --><br />
See the white letters on the page, i want to make those open up in the iframe. Any help would be good.<!--content-->Give your iFrame a "name" and then use that name as your link target(s) - e.g.: <br />
<iframe src=http://www.htmlforums.com/archive/index.php/"page.html" name="frame"> <br />
<a href=http://www.htmlforums.com/archive/index.php/"page2.html" target="frame"><!--content-->Can someone help me? I couldn't get it to work, it still opens up in normal window. Can somone edit one of my links to see how it supposed to look. I'm sure im doing it right.<!--content-->you have this<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/djdevils_wrestling/staff.html"><br />
<br />
and you need to add this (in bold)<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/djdevils_wrestling/staff.html" target="floatframe"><br />
<br />
not hard since Saraj already told you what to do. :)<!--content-->
 
Back
Top