Frameset Code

<HEAD> <TITLE>Rows and Columns</TITLE> </HEAD>
<frameset rows="*,60" cols="110,*">
<frame name="navigation column" src="navcol.htm">
<frame name="body3" src="body3.htm">
<frame name="copyright box" src="copy.htm">
<frame name="glossary" src="glossary.htm">
</frameset>
</HTML>

Remember that this is just the frameset HTML document. You have to create 4 new HTML documents(navcol.htm, body3.htm, copy.htm, and glossary.htm) to fill the 4 frames.