23.4.3 Assigning a CSS class to a table
The default CSS class for a table is the FrameMaker table format name. For example, in your CSS file you could specify a border color for all tables of format SideBox, as follows:
table.SideBox { border-color: #FFFFFF }
You can use the [TableAttributes] section to assign a different class to one or more tables. For example:
See §23.4.2 Overriding attributes for selected tables.
> 23 Converting tables to HTML > 23.4 Specifying table attributes > 23.4.3 Assigning a CSS class to a table
