Table Example Number Three

This is another three (3) frame page. The layout will give you two columnar frames above with a full-width frame across the bottom of the page.

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

The two columnar frames are currently set with the left frame, which can be used as the navigation frame, at a width of 20% of the page width displayed and the right frame to be used for information/data display set at the remainder of the page.

The bottom frame is currently set for 50 pixels height which will allow for a "Title" or "Logo."

All frames are currently set for automatic scrolling and user "resize."

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

<html> <head><title></title> </head> <frameset rows="*,60"> <frameset cols="125,*"> <frame src="nav.html" name="nav" scrolling=no noresize> <frame src="main.html" name="main" scrolling=auto> </frameset> <frame src="foot.html" name="foot" noresize> </frameset> <noframes> Your browser DOES NOT support frames. You should upgrade your browser to view these webpages. </noframes> </body> </html>

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