[...] > Let's say you need a border of 1pt over the whole table (=every line > in the grid needs to be 1pt wide), then you'd need to specify: > a) a border of 0.5pt for the table > b) borders of 0.5pt for the cells > c) border-separation="0pt" for the table (IIC, that's the default)
my tables are flowing on several pages. and then the second and following top lines respectively the preceding before last bottom lines are only 0.5pt because fop renders the table borders only over the whole table. i think this behaviour is correct (but im not that deep in the specs ... maybe it's a bug ?). what i'm doing at the moment: 1. setting all borders to the same value 2. fop renders an areatree 3. an xslt analyses the page breaks and sets the border-bottom-width to the apropriate value i also tried some table-footer hacks but this was throwing errors and i quit the idea... cheers, gregor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
