Attribute for <FRAME ...>
FRAMEBORDER = YES | 1 | NO | 0
<FRAME ...>Looking for Information on Borderless Frames?
You may wish to see No Borders Between Frames.FRAMEBORDERYES
(or the older 1) set the border to on. They are the default.
NO
(or 0) set the border to off (which often still a thin gray bar).
A border is invisible only if all frames which touch it are set to
NO.
| this code | produces this |
<FRAMESET ROWS="*,40%,30%,*,*">
<FRAME SRC="fbRow1.html">
<FRAME SRC="fbRow2.html" FRAMEBORDER=NO>
<FRAME SRC="fbRow3.html" FRAMEBORDER=NO>
<FRAME SRC="fbRow4.html">
<FRAME SRC="fbRow5.html">
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
|
this page |
Like with its cousin <FRAMESET FRAMEBORDER="...">FRAMEBORDERNO, then the border between them is missing, even if that border
touches other frames where it is visible. If two adjacent frames have FRAMEBORDER
