Hi Pablo, I'm not sure what you mean by "row". If you mean a line of text, the answer is no, at least not like that. You can try using a leader between the text, replacing the leader-length value with what you want.
<fo:block>First text<fo:leader leader-pattern="space" leader-length="6cm"/>Second text</fo:block> Or using a table row with several cells and put each of your blocks in a cell. HTH, Karen Pablo Iaria wrote: > > 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]
