Re: formatting tables

2006-09-13 Thread paul
Jeremias Maerki dev at jeremias-maerki.ch writes: As Pascal already hinted, you'll have to use background-color=from-table-column() on each table-cell to apply the background color of a table-column to each cell of that column. so I'm trying, but it doesn't seem to work... I get neither a

RE: Re: formatting tables

2006-09-13 Thread Pascal Sancho
-Original Message- From: paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 10:20 AM Jeremias Maerki dev at jeremias-maerki.ch writes: As Pascal already hinted, you'll have to use background-color=from-table-column() on each table-cell to apply the background

Re: formatting tables

2006-09-10 Thread Jeremias Maerki
As Pascal already hinted, you'll have to use background-color=from-table-column() on each table-cell to apply the background color of a table-column to each cell of that column. Note that according to the specification table-column does not generate or return any areas. It holds a set of traits

Re: formatting tables

2006-09-08 Thread paul
I haven't had much time to investigate further, but I noticed that setting the background-color attribute of a row like this fo:table-row background-color=blue does work, (table-layout=fixed). Coloring entire columns doesn't seem to work the same way. fo:table-column column-number=1

RE: formatting tables

2006-09-07 Thread Pascal Sancho
-Original Message- From: paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 11:48 AM I'm trying to format a table, and it would be useful to apply formats like padding, background-color to entire rows or columns (which, according to my book, should be possible).

formatting tables

2006-09-06 Thread paul
Hello I'm trying to format a table, and it would be useful to apply formats like padding, background-color to entire rows or columns (which, according to my book, should be possible). If I try to do so, nothing happens. I always have to set these attributes in the individual cells of the table,

Re: formatting tables

2006-09-06 Thread Glen Mazza
paul wrote: Hello I'm trying to format a table, and it would be useful to apply formats like padding, background-color to entire rows or columns (which, according to my book, should be possible). If I try to do so, nothing happens. I always have to set these attributes in the individual cells

Re: formatting tables

2006-09-06 Thread Chris Bowditch
paul wrote: Hello I'm trying to format a table, and it would be useful to apply formats like padding, background-color to entire rows or columns (which, according to my book, should be possible). If I try to do so, nothing happens. I always have to set these attributes in the individual cells

Re: formatting tables

2006-09-06 Thread paul
paul saperlipopette at gmx.ch writes: Thank you very much for your answers /links! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]