You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by David Warnock <da...@sundayta.com> on 2001/11/20 03:47:58 UTC

Inline text-align problem

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: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org