The main FRAMESET tag must contain either a ROWS value list, or a COLS value list. This dictates how many sections your window will be divided into. These values can be absolute, a percentage or variable using the * character. For example,

<FRAMESET ROWS="50%, 120, *">

The above FRAMESET would split your window into three horizontal sections with the first section being 50% the second 120 pixels tall, and the last will take up any remaining screen area to make up the window.

For each value in the FRAMESET list you need a corresponding FRAME SRC tag.

NEXT...

 

 

© 1995-2000 BareMetal.Com Inc.
Originally by Kudosnet Technologies Inc. all rights reserved.