Re: global and local variable

Sébastien Dartigues <sebastien.dartigues@cgey.com> writes:

> 1- if i have a multi page result (composed by a table) how to make go the
> border of the designed table-row on the second page until the beginning of
> the footer....

If a table spans more than one page, you cannot control the borders of
a particular table row depending on the page, since you have no way to
know on which page it will end up on.

> 2- i'm not able to make the table in the footer centered..... it's align on
> the right only... why??

Did you try text-align="center" as below?

>  <fo:page-sequence master-reference="spm1" initial-page-number="1">
>   <fo:static-content flow-name="footer">
>     <fo:block text-align="center">
>      <fo:table>

Max.

Received on Wednesday, 21 August 2002 11:48:04 UTC