xsl-list
[Top] [All Lists]

Re: [xsl] XSL FO Image alignment problem

2008-02-04 08:30:51
Vanaja Selvaraj wrote:
Hi Jay Bryant,

Thanks for your comments.

When I use ‘break-before="page"’ the previous page is
empty with two to three lines. Is there any other way
to align images at the top of page?

If you just want the image at the top of page you can use fo:float float="before". The image should be floated to the next available page from the page on which the anchor occurs, but you'll have to test, e.g.:

<fo:float float="before">
<fo:block>
{image details here }
</fo:block>
</fo:float>

Cheers,

Eliot


--
Eliot Kimber
Senior Solutions Architect
"Bringing Strategy, Content, and Technology Together"
Main: 610.631.6770
www.reallysi.com
www.rsuitecms.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>