Frameset Code

<HTML>
<HEAD>
<TITLE>Horizontal "Table of Contents"</TITLE>
</HEAD>
<frameset rows="*,30">
<frame name="body2" src="body2.htm">
<frame name="contents" src="contents.htm">
</frameset>
</HTML>

Remember that this is just the frameset HTML document. You have to create 2 new HTML documents(body2.htm and contents.htm) to fill the blue and yellow spaces.