Title: RE: text-align centered not working?

Hi,

just try "center" instead of "centered".

Christoph


> -----Original Message-----
> From: Stephen Clarke [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 12, 2002 4:28 PM
> To: fop
> Subject: text-align centered not working?
>
>
> Hi,
> I keep getting "Unknown enumerated value for property 'text-align'
> centered."
> Is it true. Does FOP not support the centering of text?
> Here's my code.
>
>  <fo:static-content flow-name="xsl-region-after">
>    <fo:block font-weight="bold" font-size="10pt"
>              font-family="Arial, Helvetica, sans">
>       <fo:inline font-style="italic" text-align="start">
>         The XML Bible
>       </fo:inline>
>       <fo:inline text-align="centered">
>         Page <fo:page-number/>
>       </fo:inline>
>       <fo:inline text-align="right">
>         Chapter 18: XSL Formatting Objects
>       </fo:inline>
>    </fo:block>
>  </fo:static-content>
>
> --
> Best,
> Stephen Clarke
>

Reply via email to