View Full Version : How can I position my Iframe?


0anacondaq0
01-11-2006, 01:22 PM
Do I need to use absolute positioning? or... can someone post a sample code?

stone
01-11-2006, 09:41 PM
I used
<center><iframe src="http://"
width="85%" height="200px">
</iframe></center>

Tracey
01-11-2006, 11:19 PM
Well you can insert style="position:absolute; top:0px; left:0px;" into your iframe tag so it'll look something like: <iframe height="1000" src="welcome.php" name="blog" style="position:absolute; top:0px; left:0px;"></iframe>