23.4.9.4 Maintaining the width of table columns via relative sizing
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 §23.4.2 Overriding attributes for selected tables.
> 23 Converting tables to HTML > 23.4 Specifying table attributes > 23.4.9 Determining the width of table columns > 23.4.9.4 Maintaining the width of table columns via relative sizing
