How to make iframes

To place an iframe on your page, just use this code:

<iframe name="framename" src="file" width="width" height="height" marginwidth="margin" marginheight="margin" frameborder="bordersize" scrolling="auto">

To position your iframe, you can use CSS's position properties, divs, or tables. Usually using tables and divs would be the best way and try not to use absolute position since not everyone has the same resolutions as you.

If you don't want the scrollbar, you just replace the scrolling="auto" with hidden.

Copyright Brains That Work .
Theme by Pool theme design by Borja Fernandez. ^Top^