As it appears from the template below, I'm desperately trying to align a
table cell's content to the bottom. It seems to me that the vertical-align
="bottom" property does not work? Or what is wrong with my code?
Thanks in advance!

Costantino


        <fo:table table-layout="fixed">
           <fo:table-column column-width="50mm" background-color="#EEEEEE
"/>
           <fo:table-column column-width="70mm" background-color="#BBBBBB
"/>
           <fo:table-body>
             <fo:table-row>
               <fo:table-cell>
                 <fo:block vertical-align="bottom">test test test test test
test test test test test test test test test test test test test test test
test test test test test test test test test test test test test test test
test test test test test test test test test test test test test test test
test test test test test test test test test test test test test test test
test test </fo:block>
               </fo:table-cell>
               <fo:table-cell>
                 <fo:block line-height="10cm" valign="bottom" text-align="
end" bottom="true" position="bottom" vertical-align="bottom">Vertical
alignment TEST</fo:block>
               </fo:table-cell>
             </fo:table-row>
           </fo:table-body>
        </fo:table>

Reply via email to