Try using <fo:inline> instead of <fo:block>.  You can have several
<fo:inline> in the same <fo:block> parent, which could be on the same line.

<fo:block>
  <fo:inline>First text</fo:inline>
  <fo:inline>Second text</fo:inline>
</fo:block>

This way you could define different properties for each <fo:inline>

Scott

-----Original Message-----
From: Pablo Iaria [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 15, 2001 3:03 PM
To: [EMAIL PROTECTED]
Subject: fo:block


Hi all,
    How can I do to have several blocks in the same row ?

    Example:
    Suposse I have:

    <fo:block>First text</fo:block>
    <fo:block>Second text</fo:block>

    And I want to get "First text" and "second text" in the same row.
        

Thanks in advance,
    Pablo.-


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

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

Reply via email to