This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

padding


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]