|
Reminder |
| Remember to book mark
this site! |
|
<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>
"Building The Web Into a Nicer Place -- One Site At A Time"
Developing Webs Group Copyright © 2001-2026 All Rights Reserved
Privacy
and Legal
|
|
 |