Table

Tables are used to represent tabular data in a document.

To insert a table element, use Basic Elements > More > Table.

To perform editing actions on the table, such as adding or removing rows and columns, use the Table tab.

Table

Cell Spacing Number Spacing, in pixels, to apply between each cell of the table. Only relevant when <Border Collapse> is separate.
Cell Padding Number Padding, in pixels, to apply to each cell of the table.
Border Collapse Select separate – Adjacent borders are separated.
collapse – Adjacent borders are collapsed to a single border.
Table Layout Select auto – Column width is automatically determined by the widest unbreakable content in the column’s cells.
fixed – Column widths are fixed, according to specifically set widths, or by equally dividing the table width between columns.

Table Cell

Each cell of the table is a table cell element.

Table Cell

Vertical Align Select Vertical alignment of the contents of the table cell.

Accessibility

Scope Select col – Current cell provides header information for its column.
row – Current cell provides header information for its row.
colgroup – Header cell provides header information for its column group.
rowgroup – Header cell provides header information for its row group.