The frames that you see on this page use the following HTML:

{html}
{head}{title}frame lesson{/title}{/head}
{frameset rows="90,*"}
{frame src="title.html" marginwidth=1 marginheight=1 noresize scrolling=NO} {frameset cols="170,*"}
{frame src="left.html" noresize scrolling=auto name="nav"}
{frame src="right.html" name="doc"}
{/frameset}
{/frameset}
{/html}

The HTML pages listed within the frame are the three pages you see here. These are the first pages that are seen when someone clicks onto your page.

The top page here I have is fixed. Basically, I use it for the title, and it never changes.

The left page is generally used for lists of links and general navigation.

The right page is for the main pages that you want everyone to see.

Click here to continue