[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
rows
The frameset element's rows attribute defines the number and size of horizontal subspaces.
This code creates two rows in the frameset so that each row will take up half of the page. Percentage and pixel values are allowed.
If the rows attribute is not set, or set to zero, the horizontal frames will take up no space in the frameset.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
rows
The frameset element's rows attribute defines the number and size of horizontal subspaces.
<FRAMESET rows="50%, 50%">
This code creates two rows in the frameset so that each row will take up half of the page. Percentage and pixel values are allowed.
If the rows attribute is not set, or set to zero, the horizontal frames will take up no space in the frameset.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
