Solved! Yes, the answer is to set display-align="after".
Thanks
Costantino




                                                                                
                                         
                    "Costantino                                                 
                                         
                    Sertorio"                 To:     [EMAIL PROTECTED]         
                                   
                    <costantino.sertori       cc:                               
                                         
                    [EMAIL PROTECTED]>                Subject:     Table-cell 
vertical-align problem                             
                                                                                
                                         
                    13.03.2002 13:59                                            
                                         
                    Please respond to                                           
                                         
                    fop-user                                                    
                                         
                                                                                
                                         
                                                                                
                                         




Hi,
How do I vertically align the "2nd column" text to the last line of the
text contained in the first column?

Input:
             <fo:table table-layout="fixed">
               <fo:table-column column-width="115mm"/>
               <fo:table-column column-width="55mm"/>
               <fo:table-body>
               <fo:table-row>
                 <fo:table-cell>
                   <fo:block>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 vertical-align="bottom">
                   <fo:block>2nd column</fo:block>
                 </fo:table-cell>
               </fo:table-row>
             </fo:table-body>
             </fo:table>
Output (WRONG):
(Embedded image moved to file: pic04973.pcx)
(See attached file: pic04973.pcx)

Attachment: pic04973.pcx
Description: Binary data

Reply via email to