Iframe problem...

windows

Guest
Hey, well, this may have been asked before... but here it goes. On my site, <!-- m --><a class="postlink" href="http://www.pixelized.org">http://www.pixelized.org</a><!-- m --> , the Iframe is VERY, VERY screwed up, as you can see. I tried validating it, to fix the problem, but it wouldn't help. What I am trying to do is put the Iframe in between the text, as done on my older website <!-- m --><a class="postlink" href="http://gtmitch2.8m.com">http://gtmitch2.8m.com</a><!-- m --> . I used the same Iframe code from my 8m.com site, but it still won't go in the middle on my pixelized.org. If someone could post a corrected source code, that would be brilliant. Thanks for your time :).<!--content-->The old one:<br />
<p style="position:right; right:200px; bottom:45"><iframe src=http://www.htmlforums.com/archive/index.php/"home.html" height="347" width="600" scrolling="auto" frameborder="1" name="iframe"></iframe></p><br />
<br />
New 600 = 100<br />
<br />
:rocker:<!--content-->But the Iframe is still on top of the tables. That change you gave me just changed the width of the table.<!--content-->Yes....<br />
but the are not in the same place in your pages......<br />
<br />
put it after the table:<br />
</table><br />
<p style="position:right; right:200px; bottom:45"><iframe src=http://www.htmlforums.com/archive/index.php/"home.html" height="347" width="600" scrolling="auto" frameborder="1" name="iframe"></iframe></p><br />
</body><br />
</html><br />
and in the table<br />
align="left"<br />
<br />
================<br />
And try this:<br />
style="position:absolute; right:200px; bottom:155"<br />
or:<br />
style="position:relative; right:200px; top:155"<br />
<br />
Then the code can be just after the <body> tag<br />
See what it does.<br />
<br />
:rocker:<!--content-->Thank you Peter :). Now I just need to configure some stuff and my site'll be on its' way.<!--content-->
 
Back
Top