Table Example Number Two

This is a three (3) frame page. The layout will give you a full-width frame across the top of the page and two columnar frames below.

The top frame is currently set for 50 pixels height which will allow for a "Title" or "Logo." It can be increased in height so placement of a GeoGuide can be made.

The two columnar frames are currently set with the left frame 150 pixels wide, which can be used as a navigation frame, and the right frame to be used for information/data display.

To VIEW and example of the Three Frames page click HERE.

The frameset file, or "index.html" contains HTML tags as follows:

<frameset rows="50,*"> <frame name="mast" src="mast.html" scrolling="no" noresize> <frameset cols="150,*"> <frame src="nav.html" name="nav" scrolling="auto" noresize> <frame src="main.html" name="main" scrolling="auto" noresize> </frameset> </frameset> <p> For purposes of eliminating redundancy of definitions the tags and attributes along with their values can be found on the Main Frames page.

Main Frame Page

Main HTML Help

Site© 1996-2003 Copyright by dcrum@infionline.net