To VIEW the EXAMPLE click HERE.
In the above HTML the frames are defined as having "rows" and "columns." The rows will span 100% of the page and they will be divided into two (2) columns which will be 150 pixels and * (the rest of the page). The 150 pixels will be in the LEFT frame (Left or Nav frame) and the remaining space of the page will be in the RIGHT frame (Main frame). (NOTE: Remember this page will be named/saved as "index.html" and will be the first frame the browsers encounter when visiting your pages.)
Next you will need a page which contains the Navigation information. That page will be saved with the filename, "left.html" and will contain the links to the other pages within your website.
You should make the "left.html" page in your editor just as you did the new "index.html" file. This file will have slightly different HTML inserted in it.
Navigation Menu
In the Navigation or Left document you insert your "links" to the other pages in the site between the
and the tags. The format for the insertion of the "link" tags looks like this:
Finally, you make the various pages containing the information/ data you wish to display in the Main frame. For purpose of simplicity the page names used here to be displayed in the main frame are Page1, Page2, Page3 and Page4. You can choose other names such as Welcome, Photo, Personal Info and Links, for example.
Main HTML Help
Site© 1996-2003 Copyright by dcrum@infionline.net