Re: [css2xslfo-support] Creating table-columns?
Brought to you by:
wdonne
From: <wer...@re...> - 2005-05-23 08:22:47
|
Hi Andreas, You can put an empty "colgroup" element in your table with the "span" attribute set to the number of columns and potentially other attributes that a "col" would inherit from "colgroup", according to the HTML spec. In order to determine the number of columns you can count the number of cells in the first row. Regards, Werner. Andreas Jung wrote: > Hello Werner, > > is there a trick to auto-generate table-column declarations? I've seen > that there is code in the > stylesheets but I could not figure out when table-column directives are > generated. > > Thanks, > Andre > as -- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803 e-mail: wer...@re... |