Bill Kennelly's HTML Tag Reference
MULTICOL - multiple column formatting
Description
The MULTICOL tag establishes an area of the document as having multiple, equal-width columns.
Syntax
<MULTICOL COLS="columns" GUTTER="gutterWidth" WIDTH="colWidth">
Attributes
COLS specifies the number of text columns for the text display. The browser attempts to flow elements evenly across the columns to make each column be about the same height. Unless the WIDTH attribute is present, column width is adjusted to fill the available width.
GUTTER specifies the distance between each column in pixels.
WIDTH specifies the width of each column in pixels. All columns are the same width. If this attribute is not present, its value is calculated from the gutter width and the number of columns.

Tag Ref. A-ZBill Kennelly ©1999 - 2000Tag Groups