Skip to main content
Skip table of contents

<Column>

The following attributes can be defined for the <Column> element:

Attribute

Description

horizontalAlign

Defines the positioning within the column.

Possible values:

  • left (default)

  • center

  • right

marginBottom

Defines the bottom margin,

Possible values:

  • any numerical value

marginLeft

Defines the left margin.

Possible values:

  • any numerical value

marginRight

Defines the right margin.

Possible values:

  • any numerical value

marginTop

Defines the top margin.

Possible values:

  • any numerical value

marginUnits

Defines the unit in which the margin is specified.

Possible values:

  • pixels

  • percents

paddingBottom

Defines the bottom inner spacing.

Possible values:

  • any numerical value

paddingLeft

Defines the left inner spacing.

Possible values:

  • any numerical value

paddingRight

Defines the right inner spacing.

Possible values:

  • any numerical value

paddingTop

Defines the top inner spacing.

Possible values:

  • any numerical value

paddingUnits

Defines the unit in which the inner spacing is specified.

Possible values:

  • pixels

  • percents

units

Defines the unit in which the column width (width) is specified.

Possible values:

  • pixels

  • percents

width

Defines the column width.

Possible values:

  • Integer

Padding is the internal spacing, which is the distance between the content (e.g. text) and the frame of the element.

Margin is the outer distance, which is the distance between the element and the neighboring elements.

Additional information:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.