
iFrames Tutorial
The tag you need to insert an inline frame (iFrame) is
<iframe name="inlineframe" src="first_iFrame_page-name.html" width="400" height="400"> </iframe>
Put this tag in the body of the page where you want the iFrame to appear, and set the height and width
(shown above in red)
to the dimensions you want.
All the pages you want to appear within the iFrame are made as separate pages.
The complete code for the iFrame page and additional pages like those shown on this page
can be downloaded from this link (left-click only)

* * * BACK * * * HOME
* * *

copyright
© 2007 Dianne G. Davies, all rights reserved.