try it with table:

<fo:table table-layout="fixed">
  <fo:table-column column-width="60mm"/>
  <fo:table-column column-width="30mm"/>
  <fo:table-column column-width="60mm"/>

    <fo:table-body>
     <fo:table-row>
       <fo:table-cell> 
         <fo:block>MyCompany</fo:block>
       </fo:table-cell>
       <fo:table-cell>
         <fo:block>&#160;</fo:block>
       </fo:table-cell>
       <fo:table-cell>
         <fo:block text-align="right">Date</fo:block>
       </fo:table-cell>
       </fo:table-row>
   </fo:table-body>
</fo:table>

best regards
Markus
> -----Ursprüngliche Nachricht-----
> Von:  Celine Murphy [SMTP:[EMAIL PROTECTED]
> Gesendet am:  Mittwoch, 5. Februar 2003 16:32
> An:   Fop-User (E-mail)
> Betreff:      Suppress new line creation in a fo:block
> 
> Hi,
>  
> I am trying to place text thus:
>  
> MyCompany
> MyDate
>  
> currently i am using <fo:leader> which works but if the length of either
> of these changes then it goes on to a new line. I would ideally like to
> use a fo:block and suppress the new line creation and just align the text
> to the end of the page. Is this possible?? If so can anyone show me how to
> do it??
>  
> Regards
>  
> Celine
> 
> 
> This e-mail and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you are not the intended recipient, you should not copy,
> retransmit or use the e-mail and/or files transmitted with it and should
> not disclose their contents. In such a case, please notify
> [EMAIL PROTECTED] and delete the message from your own system.
> Any opinions expressed in this e-mail and/or files transmitted with it
> that do not relate to the official business of this company are those
> solely of the author and should not be interpreted as being endorsed by
> this company.
> 

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

Reply via email to