View Full Version : can i move my iframe?


jinsy012
05-21-2003, 05:06 PM
i was wondering if i can move my iframe to a certain place in my site layout besides it being on the corner of the page?

well if anyone of you know a code that can do that... please let me know soon. thank you!

Lemon Squash
05-21-2003, 05:25 PM
Please search the forum in future.

<iframe FRAMEBORDER="0" BORDER=0 src="page.html" name=inframe width="0" height="0" style="position: absolute; left: 0px; top: 0px;"></iframe>