HTML Reference Guide


Tag Index | Content List | HTML FAQ

<FRAMESET> ... </FRAMESET> FRAME CONTAINER

Description:

The FRAMESET element is used instead of the BODY element. It is used in an HTML document whose sole purpose is to define the layout of the frames, that will make up the page.

Attributes:

rows - tells how much of the screen each row is allotted pixels, percentage numbers or '*' meaning take up the remaining space.

cols - follows same format as rows, only tells the screen sections horizontally.

Example code:

<FRAMESET COLS="50%, 50%">
<FRAMESET ROWS="50%,50%">

<FRAME SRC="cell.html" SCROLLING="yes">
<FRAME SRC="cell.html" NORESIZE>
</FRAMESET>
<FRAMESET ROWS="33%,33%33%">
<FRAMESRC="cell.html">
<FRAMESRC="cell.html">
<FRAMESRC="cell.html">
</FRAMESET>
</FRAMESET>

<NOFRAMES>
This page is designed for a frames-capable browser. Please see our <A HREF="noframes.html">noframes version</A>.
</NOFRAMES>

See Also:

Frames
Frameset
Noframes


  Free Web Pages | Super Links | Members Directory | Search | Privacy Statement | Site Map | Contact Us
Services: Create Free Web Page | Free Home Page | Free Web Page Builder
Free Web Page Templates | Free Web Sites | Free Web Space
Copyright © 1996 - 2006 WebSpawner.com. All rights reserved.