Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

23 Converting tables to HTML > 23.4 Specifying table attributes > 23.4.3 Assigning a CSS class to a table


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:

[TableAttributes]

Format A = class="wide"

charts = class="chartgrp"

aa654321 = class="journal"

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