Subject: FO: Slide a table on the left
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Mon, 31 Mar 2008 15:49:00 +0200 (CEST)
|
Hi
I have a table in the main flow of the text, but it is
quite large. So I added width="120%" in order to gain a few
space:
<fo:flow flow-name="xsl-region-body">
<fo:block>
...
</fo:block>
<fo:block>
<fo:table table-layout="fixed" width="120%">
...
</fo:table>
</fo:block>
<fo:block>
...
</fo:block>
</fo:flow>
The problem is that the table is still aligned at left (so
the additional 20% are all on the right part of the page.)
So I would like to slide the table on its left, but I didn't
find how.
Any idea?
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Plus de moyens pour rester en contact. http://mail.yahoo.fr
|