findex.html
A typical frameset page is formatted as follows and establishes two frames in all of your documents - the left border frame and the right documents frame. This is a hidden file as it's only purpose is to establish frames and is read only by the server.
< html >
< head > < title > findex.html < /title > < /head >
< frameset cols="200,*" border="1" >
< frame src="cindex.html" resize="no" scrolling="auto" marginwidth="0" marginheight="0" name="cindex" >
< frame src="index.html" resize="no" scrolling="auto" marginwidth="4" marginheight="4" name="screen" >
< /frameset >
< /html >
cindex.html
A typical contents page for framed a homepage is formatted as follows and establishes the left border frame which will carry through and appear on all of your pages.
< html >
< head > < title >cindex < /title > < /head >
< body background="ace61a.jpg" bgcolor="black" text="white"
link="gray" vlink="red">
< br >
< br >
< table width=80% >
< font size=2 >
< tr >
< td colspan=2 >
< a href="fictional-1.html" target="screen" >Fictional Page #1< /a >
< br >
< br >
< a href="fictional-2.html" target="screen" >Fictional
Page #2 < /a >
< br >
< br >
< a href="fictional-3.html" target="screen" > Fictional Page #3 < /a >
< br >
< br >
< /td >
< /tr >
< /font >
< /table >
< br >
< br >
< font size=-1 >
< a href="mailto:YOU@whatever.net">E-mail YOU < /a >
< br >
< br >
Page Created by:< br >
YOUİ1998
< br >
< br >
This page hosted by
< a href="http://geocities.datacellar.net/" > Geocities < /a >
< br >
Get your own < br >
< a href="http://geocities.datacellar.net/BHI/freehp.html" >Free Home Page < /a >
< /font >
< /body >
< /html >
Click on the hotlink below to view an example of a framed page. Right click anywhere in these pages to bring up a menu and scroll down to and click on "VIEW SOURCE" to see the formatting.