24.4.9.4 Maintaining the width of table columns via relative sizing
You can specify relative column widths for a table to override the widths specified in your FrameMaker document. Otherwise, use one of the settings described in §24.4.9.1 Specifying a method for determining table column widths, such as:
Suppose you have specified the following settings as defaults for all tables in your document:
And suppose for one particular table format, TwoCol, you want relative column widths:
This setting would make the width of each column in each TwoCol table a percent of the width of that particular table; but the setting would not specify the percentage.
If what you really want is for each TwoCol table to have columns of equal width, instead you would specify:
Naturally, this setting works only if all TwoCol tables have exactly two columns.
To set the width of the table itself, you could add:
This setting would eliminate your [Tables] settings for border, cellpadding, and cellspacing; so you would have to add them to the attribute list for TwoCol tables:
TwoCol = width="100%" border="1" cellpadding="4" cellspacing="0"
See §24.4.2 Overriding attributes for selected tables.
> 24 Converting tables to HTML > 24.4 Specifying table attributes > 24.4.9 Determining the width of table columns > 24.4.9.4 Maintaining the width of table columns via relative sizing