Frameset Code

<HTML>
<HEAD>
<TITLE>Simple Vertical Column</TITLE>
</HEAD>
<frameset cols="110,*">
<frame name="navigation column" src="nav.htm">
<frame name="body" src="body.htm">
</frameset>
</HTML>

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