Hi,

the spec says:
"A relative width is specified by the style:rel-column-width property that takes a number value, followed by a '*' character. If rc is the relative with of the column, rs the sum of all relative columns widths, and ws the absolute width that is available for these columns, then the absolute with wc of the column is wc=rc*ws/rs."

E.g. when you have 3 columns with style:rel-column-width given as
| 1* | 1* | 2* |
then the width is calculated as follows:
| 1*ws/4  | 1*ws/4  | 2*ws/4  |
| =1/4*ws | =1/4*ws | =1/2*ws |

Does this help?

Best regards,

Florian




Additionally, not as important but, is there any way to not have them in a document at all? They really through me for a loop...
thanks again.

Greetz,
  How is the value of table-column-properties attribute
style:rel-column-width derived/calculated?  There is typically a four or
five digit number followed by *, e.g. 9430*.   It seems like a very odd
little property and causes the column widths to not have the values
you'd expect them to have.
Matthew L. Avizinis
Gleim Publications, Inc.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to