Re: [xsl] XSL FO Image alignment problem

Subject: Re: [xsl] XSL FO Image alignment problem
From: Eliot Kimber <ekimber@xxxxxxxxxxxx>
Date: Mon, 04 Feb 2008 09:29:55 -0600
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

Current Thread