Hi,
I am trying to format a line with 3 elements one to be left aligned, one
centered and one right aligned.
From my reading I believe the following should work.
<fo:static-content flow-name="toc-first-page-header">
<fo:block>
<fo:inline text-align="left">
left text
</fo:inline>
<fo:inline text-align="center">
center text
</fo:inline>
<fo:inline text-align="right">
right text
</fo:inline>
</fo:block>
</fo:static-content>
But the text all comes out just as if there are no inline elements ie
all on one line with each inline element continuing immediately after
the one before.
Am I doing something wrong or is this expected in fop 0.20.2?
Thanks
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]