> > how can i align the fo:table elment at center of the
> > page in xsl-fo.
> 
> use
> 
> <fo:table display-align="center">

This aligns the contents of each table cell within the cell. To align 
the entire table on the page, you will need to specify display-align="center"
on the respective fo:region-body element.

Regards,
Nikolai


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to