Re: Problem: Expanding tables and background colours

2003-01-07 Thread Chris Rowe
: Problem: Expanding tables and background colours On Monday 06 January 2003 17:42, Chris Rowe wrote: I have a table of fixed height which can contain a varying number of lines of data. I've set the background colour of some columns in order to highlight them. I need a way to make sure

Re: Problem: Expanding tables and background colours

2003-01-07 Thread VipinJ
/fo:table-cell But I can't find a way for the last table cell to stretch to the full height of the table. Any ideas? Cheers, Chris - Original Message - from: Joerg Pietschmann [EMAIL PROTECTED] date: Monday, January 6, 2003 9:33 pm subject: Re: Problem: Expanding tables

Re: Problem: Expanding tables and background colours

2003-01-07 Thread J.Pietschmann
Chris Rowe wrote: But I can't find a way for the last table cell to stretch to the full height of the table. Any ideas? Last cell or last table row? You can try to add height=100% on the last fo:table-row, however, I don't know whether this is implemented and will work the way it is expected to

Re: Problem: Expanding tables and background colours

2003-01-07 Thread Chris Bowditch
? Cheers, Chris - Original Message - from: Joerg Pietschmann [EMAIL PROTECTED] date: Monday, January 6, 2003 9:33 pm subject: Re: Problem: Expanding tables and background colours On Monday 06 January 2003 17:42, Chris Rowe wrote: I have a table of fixed height which can contain a varying

Re: Problem: Expanding tables and background colours

2003-01-07 Thread Chris Rowe
- is there a way to force the table to stop expanding? Thanks, Chris - Original Message - from: Chris Bowditch [EMAIL PROTECTED] date: Tuesday, January 7, 2003 2:29 pm subject: Re: Problem: Expanding tables and background colours Hi Chris, did you try using fo:table-column column-number

Problem: Expanding tables and background colours

2003-01-06 Thread Chris Rowe
I have a table of fixed height which can contain a varying number of lines of data. I've set the background colour of some columns in order to highlight them. I need a way to make sure the highlighting of the columns continues all the way to the bottom of the table. Unless there is a line of

Re: Problem: Expanding tables and background colours

2003-01-06 Thread Clay Leeds
Chris, I don't know if/how this'll help, but here's how I force EMPTY content to have at least a non-breaking space: xsl:call-template name=EMPTYCHECK xsl:with-param name=counter select=NODE/TO/SELECT/ /xsl:call-template xsl:template name=EMPTYCHECK !-- replaces empty element(s)

Re: Problem: Expanding tables and background colours

2003-01-06 Thread Chris Rowe
- from: Clay Leeds [EMAIL PROTECTED] date: Monday, January 6, 2003 4:57 pm subject: Re: Problem: Expanding tables and background colours Chris, I don't know if/how this'll help, but here's how I force EMPTY content to have at least a non-breaking space: xsl:call-template name

Re: Problem: Expanding tables and background colours

2003-01-06 Thread Clay Leeds
: Re: Problem: Expanding tables and background colours Chris, I don't know if/how this'll help, but here's how I force EMPTY content to have at least a non-breaking space: xsl:call-template name=EMPTYCHECK xsl:with-param name=counter select=NODE/TO/SELECT/ /xsl:call-template