2020.2

Table Of Contents
insert empty cells if needed -, and then style the cells as usual.
Via the Formatting dialog
The Formatting dialog allows you to change the font, font size and color (see "Fonts" on
page323), the borders (see "Border" on page316), the margins or cell padding (the distance
between the edge of the cell and its content, see "Spacing" on page328), and the background
color or image of the table and its cells ("Background color and/or image" on page315).
To open the Formatting dialog for one cell or for the table as a whole:
l
Click in a cell and choose Format > Table or Format > Table Cell.
l
Right-click it and choose Cell... or Table... from the shortcut menu.
Note that in this case Table styles the table as a whole. When you choose Table and change
the border, for example, the borders of the cells inside it will not be changed.
To style all cells in a table or row at the same time via the Formatting dialog, you have to select
the table or row first; see "Selecting a table, row or cell" on the previous page. Next, to open the
Formatting dialog, choose Format > Table Cell. The settings that you make now will be
applied to all cells in the selected row or table.
For information about specific options in the formatting dialogs, see "Table Formatting dialog"
on page527 and "Table Cell Formatting dialog" on page530.
Via a style sheet
Cascading Style Sheets (CSS) offer more ways to style a table and its contents, than the
Formatting dialog does.
How to use style sheets is explained in another topic; see "Styling templates with CSS files" on
page287.
Note that to make a style rule apply to a specific table, row or cell, you have to add an ID or
class to that table, row or cell.
A style sheet contains a bunch of style rules for different elements, that are identified via a CSS
selector. This can be the element's HTML tag (without angle brackets), an attribute, its ID, or a
class.
Page 309