Re: table cell issues2003-10-28 14:55:00karthikeyan.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
|
|
||||||||||||||||