From: David Neary <[EMAIL PROTECTED]>
I'm trying to figure out how to do a border between rows of a table, but the
borders are either not appearing or are being hidden by something else. What
is the expected behaviour of a border-top or -bottom?
The broders on rows and columns dont work for me either. I found that you have to specify the borders for each individual cell.
As a secondary question, when will percentages be supported in table (and block) widths? At least in the version of fop that I'm using, there's no support for it.
You can mimick percentage for the column widths as shown below;
<fo:table-column width="proportional-column-width(1)"/> 25% <fo:table-column width="proportional-column-width(2)"/> 50% <fo:table-column width="proportional-column-width(1)"/> 25%
And finally (I promise) - is there a definitive document anywhere detailing what bits of the xsl standard fop supports, and what bits it doesn't?
please see
http://xml.apache.org/fop/compliance.html
_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
