xsl-list
[Top] [All Lists]

Re: How to Align Text in the Page Header?

2003-01-10 12:13:19
I'm trying to align the text in the page header. There
are two pieces of text that need to go to the header:
chapter name and page number. I do this using markers.

Mete,

if both the marker content and the page-number are inlines, then
use space-filled leader and text-align="justify".

<fo:block text-align="justify">
  <fo:retrieve-marker 
retrieve-class-name="chapter"/><fo:leader/><fo:page-number/>
</fo:block>

David Tolpin

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • Re: How to Align Text in the Page Header?, David Tolpin <=