Kodandapani A. wrote:
Is there any way to align table right with width 45%.
The best way is to use a 55% column like
<fo:table table-layout="fixed" width="100%">
<fo:table-column column-width="proportional-column-width(55)"/>
<fo:table-column column-width="proportional-column-width(45)"/>
<fo:table-body...
<fo:table start-indent="(8.5in - 0.6in - 0.6in) - (((8.5in - 0.6in - 0.6in) *
You can't indent tables, this will indent the content in the table
cells, probably not what you want.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]