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