Defines a column for body nuggets. The column can be within a <section>, but this is not required.
The <column> element can contain the following elements:
| Element | Description |
|---|---|
| nugget Tag | Defines a nugget in the column |
A page method or section can have any number of columns, and a column can contain any number of nuggets.
Attributes
The <column> element has the following attributes:
Attributes for <column>
| Attribute | Description | Possible Values |
|---|---|---|
| width | Specifies the width of the column. For example: <column width="35%"> | A percentage. The percentages for all columns should add up to 100%, or unexpected results may occur. You can also specify the width in the number of pixels. |