xsl-list
[Top] [All Lists]

Re: [xsl] XSL FO Image alignment problem

2008-02-01 13:51:38
Then replace

<fo:block text-align="center">

with

<fo:block break-before="page" text-align="center" display-align="before">

In thinking about this some more, if you want the image to appear at the top of the page, all you need is

<fo:block break-before="page" text-align="center">

My apologies to the list for replying to my own message.

Jay Bryant
Bryant Communication Services
http://www.bryantcs.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>