I don't want to set the background colour of the table because I want 
to highlight only certain columns. I'm setting the background colour of 
the table cell...

            <fo:table-cell background-color="#cde8f7">
                <fo:block text-align="right">
                    <xsl:value-of select="Amount" />
                </fo:block>
            </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 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 the 
> highlighting of the
> > columns continues all the way to the bottom of the table.
> 
> Have you tried
> <fo:table background-color="..."
> or
> <fo:block background-color="...">
>   <fo:table ...
> (Well, I didn't)
> 
> J.Pietschmann
> 
> -------------------------------------------------------------------
> --
> 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