Menu

Downloads

Links



IFrames



How do I create Iframes?

Iframes, or inline frames, are frames that can be placed anywhere, and access an external page. These are very handy for aquiring content in a small area, without cluttering up your page.



Here is the code you need to create an iframe. Just change the height and width attributes and add in the URL of the page you want the iframe to access.

<IFRAME name="inlineframe" src="YOUR PAGE URL" width=250 height=250 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></IFRAME>