[xsl] padding

Subject: [xsl] padding
From: "Gustaf Liljegren" <gustaf.liljegren@xxxxxx>
Date: Mon, 5 Nov 2001 19:22:29 +0100
No error but no result either:

<fo:table-column column-width="15%" padding="0.5em"/>

There's no padding in the output, and it seems to be right according to the
spec. For some reason, the general 'padding' attribute doesn't show up in
7.7. Common Border, Padding, and Background Properties.

I want to achieve a table with three columns:

left: padding on all sides except left
middle: padding on all sides
right: padding on all sides except right

I can use the padding-right, padding-left and so on, but I hoped this would
work:

<fo:table-column column-width="15%" padding="0.5em" padding-left="0"/>
<fo:table-column column-width="35%" padding="0.5em"/>
<fo:table-column column-width="50%" padding="0.5em" padding-right="0"/>

Gustaf



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread