<FRAME ...><FRAME ...>MARGINWIDTH =size in pixelsMARGINHEIGHT =size in pixels
MARGINWIDTHMARGINHEIGHT
| this code | produces this |
<FRAMESET ROWS="60%,*,*"> <FRAME SRC="mwTop.html"> <FRAME SRC="mwMiddle.html" MARGINWIDTH=1> <FRAME SRC="mwBottom.html" MARGINWIDTH=50> <NOFRAMES>NOFRAMES stuff </NOFRAMES> </FRAMESET> |
this page |
<FRAMESET COLS="33%,33%,*"> <FRAME SRC="mhLeft.html"> <FRAME SRC="mhCenter.html" MARGINHEIGHT=1> <FRAME SRC="mhRight.html" MARGINHEIGHT=50> <NOFRAMES>NOFRAMES stuff </NOFRAMES> </FRAMESET> |
this page |
The official specifications say that MARGINWIDTHMARGINHEIGHT
Both Netscape and MSIE display some odd behavior with these attributes: the default for
MARGINWIDTHMARGINWIDTHMARGINHEIGHT
<NOFRAMES>