xsl-list
[Top] [All Lists]

Re: [xsl] XSL FO Image alignment problem

2008-02-03 23:31:41
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?

Regards,
S. Vanaja

--- Jay Bryant <jay(_at_)bryantcs(_dot_)com> wrote:

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>
--~--





      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

--~------------------------------------------------------------------
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>