As a convention, the name of any table format should end in Table. The default table format is named Table. Table format Table has no default properties; however, you can define a format for Table:
[Table]
property1 = value1
property2 = value2a value2b value2c ...
. . .
For HTML output, table format names are used in the class attribute of table elements, and result in CSS that implements their properties. Table 7-5 lists the properties you can define for tables.
[Table]
table align = left
margin left = 0
cell margin left = 1pt
cell margin right = 1pt
cell margin top = 1pt
cell margin bottom = 1pt
header rows = HeaderRow
body rows = Row
[NormalTable]
based = Table
margin top = 3pt
margin bottom = 6pt
table width = 7in
column widths = 3in 2in 2in
column border left = LightBorder
column border right = LightBorder
header rows = HeaderRow
body rows = BodyRow BodyRow ShadedRow
border top = LightBorder
border bottom = LightBorder
border left = NoBorder
border right = NoBorder