ccols

Node type: Attribute

Definition

Indicates the number of table columns spanned by a table cell.

Attribute Values

Value/Content format: Positive numbers (1, 2, 3, etc.)

Used in Elements

tableHeader

tableData

Code Sample

<table trows="3" tcols="2" border="table">

<tableRow>

<tableHeader crows="1" ccols="2">

<para paraID="1">First Principles</para>

</tableHeader>

</tableRow>

<tableRow>

<tableData crows="1" ccols="1" ccolwidth="220">

<para paraID="2">Faith</para>

</tableData>

<tableData crows="1" ccols="1" ccolwidth="220">

<para paraID="3"><scriptureRef book="matt" chapter="17" verse="20">Matthew 17:20</scriptureRef></para>

</tableData>

</tableRow>

<tableRow>

<tableData crows="1" ccols="1" ccolwidth="220">

<para paraID="4">Repentance</para>

</tableData>

<tableData crows="1" ccols="1" ccolwidth="220">

<para paraID="5"><scriptureRef book="3-ne" chapter="27" verse="20">3<nb/>Nephi 27:20</scriptureRef></para>

</tableData>

</tableRow>

</table>

Display Sample

First Principles
Faith Matthew 17:20
Repentance 3 Nephi 27:20

Notes

Cells in a span are merged to form one large cell.

See Also