View Full Version : inline frame position?


Nateoatari
03-13-2005, 06:23 PM
Hello,

I'm having troubles with the layout for my site here (http://www.magesfire.net). I'm stuck using tables, but that limits how much text I can throw into an area, and it scrolls on different screen resolutions, which I don't want.
I tried using an iframe, but I couldn't position it correctly...so, my question is:

Is there anyway to position an iframe *exactly* somewhere on a page?

Desperate,
Nateoatari

starlet
03-13-2005, 06:25 PM
<DIV id="name" style="position: absolute; top: 100px; width:100px; left: 100px;" align=left>Iframe code. </DIV>

Nateoatari
03-13-2005, 07:40 PM
Thank you sooooooooo very much