Help with Iframes...

liunx

Guest
I have a iframe put in my page and i want to now how to move it from the top to those two lines on my page that are in the midde... <!-- m --><a class="postlink" href="http://www.geocities.com/djdevils_wrestling/intro">http://www.geocities.com/djdevils_wrestling/intro</a><!-- m --><br />
<br />
Please help!!!<!--content-->I can't get your link to load at the moment... might be the link or might be Geocities. :)<br />
<br />
If you're wondering about positioning, though, I'm pretty sure you can treat the hunk of iFrame code like anything else (images, text, etc) - and you can always use absolute positioning to get it to do exactly what you want.<br />
<br />
(From 'my' topic: )<br />
Also if i ever get that finished how do i make links so that they open up in iframe. <br />
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-->nope.<!--content-->u see how this page is i want it right there in the middle... how do i???? i already have the code!!!<br />
PLEASE HELP!!!!!!<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/wweillusion/mainpage.html">http://www.geocities.com/wweillusion/mainpage.html</a><!-- m --><!--content-->put it in a table and center it. or put it in a div and center that.<!--content-->
 
Back
Top