Easiest is probably using nested tables. First establish a blind table with two columns and put your 45%-table in a table-cell in the second column.
Maybe the following link could also provide some inspiration: http://xml.apache.org/fop/fo.html#fo-center-table-horizon I hope that helps. On 04.06.2003 14:55:02 Kodandapani A. wrote: > I have created a table with 45% of the total page width, which should > be aligned right. The problem is, the table comes-up with 100% width, > when pdf get generated. > > Following is the xsl snippet which i am trying, > > <fo:table start-indent="(8.5in - 0.6in - 0.6in) - (((8.5in - 0.6in - 0.6in) * > 45) div 100)" text-align="right" width="45%" space-before.optimum="1pt" > space-after.optimum="2pt"> > > Is there any way to align table right with width 45%. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
