Align-Center Column Class

From HorizonXI Wiki

This class can be used to give a certain column(s) the following formatting:

align="center"

To use, simple use the following class where the # is replaced with the number of the column you wish to center align:

 class="center-col-#"

The class can be used for any column of a table, providing there is no more than 8 columns.

Example

Column 1 Column 2 Column 3 Column 4
Aligned left text Aligned center text text text
Aligned left text Aligned center text text text

Note: This does not work when using the colspan or rowspan.