> -----Original Message-----
> From: Vojko Kercan [mailto:[EMAIL PROTECTED]
>

Hi,

> I tried it but it is not working. Can you help me with it? Am I using
> display-align correctly?
>

Sorry for not pointing this out, but the property needs to be specified on
the table-cell, so:

<fo:table table-layout="fixed>
<fo:table-column column-width="5cm" />
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell height="5cm" display-align="after">
        <fo:block>Want to align bottom</fo:block>
      </fo:table-cell>
    </fo:table-row>
  </fo:table-body>
</fo:table>

HTH!

Greetz,

Andreas


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

Reply via email to