Forum Moderators: not2easy
[edited by: aaliyah2k at 11:24 am (utc) on July 24, 2003]
I think I understand you :)
Not to worry - Iframes aren't to hard to master
Place this code (or similar) in your 'parent' page between the <body> tags
<iframe src="Iframe-a.html" name="iframea" scrolling=auto width=300 height=150 frameborder=0>
In your 'child' frame place your content and make sure you save it with the same file name as your iframe src (Iframe-a.html - above) in the same directory.
Then when you open your parent page in a browser the child frame should be held within. To position the Iframe where you want it I personally use tables and nest the iframes tags within.
does this help you?