xsl-list
[Top] [All Lists]

Re: table cell issues

2003-10-28 14:55:00
karthikeyan.balasubramanian wrote:
How do I provide 5 character width for all
data coming after the first line.

Use an appropriate start-indent and a negative text-indent to
compensate the block indent in the first line, like
 <fo:block start-indent="5em" text-indent="-5em">
        <xsl:value-of select="NOM" />
 </fo:block>

J.Pietschmann



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



<Prev in Thread] Current Thread [Next in Thread>
  • table cell issues, karthikeyan.balasubramanian
    • Re: table cell issues, J.Pietschmann <=