View Full Version : help with frames!!!


xoxoprincess
07-18-2003, 02:12 AM
hi,
i am using a geocities homepage, and the layout i currently have does not use frames...i really want to make a page with inline frames, but how do i do that without losing all the stuff on my main page? i am so confused!

jazzberry
07-18-2003, 02:20 AM
put the stuff you want in the iframe into a new .html document, let's call it iframe.html with the <html><head> etc tags.

then on your main page where you want the iframe put the iframe code, change the stuff in blod

<iframe src="iframe.html" width="#" height="#" scrolling="yes" frameborder="0" border="0" name="mainframe"></iframe>

if you want to open other pages in that iframe use this to link them <a href="page.html" target="mainframe">click here</a>