xsl-list
[Top] [All Lists]

[xsl] FO: Slide a table on the left

2008-03-31 06:49:33
  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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>