I figured it out. I needed to set the margins in the page-master. These are
the margins for all regions. Then I override them in the body region to add
space between the header and the body.
- <fo:simple-page-master master-name="first-page0" page-height="11.0in"
page-width="8.5in" margin="0.5in 1.25in 0.5in 1.25in">
<fo:region-body margin-top="0.5in" margin-bottom="0.5in" />
<fo:region-before display-align="before" extent="0.5in"
region-name="title-header0" />
<fo:region-after display-align="after" extent="0.5in"
region-name="title-footer0" />
</fo:simple-page-master>
> -----Original Message-----
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 14, 2005 6:16 PM
> To: [email protected]
> Subject: Re: Header margins
>
> Ryan Ackley wrote:
> > I can't get header margins to work.
> ....
> > <fo:region-before display-align="before" extent="1.0in"
> > margin-left="1.25in" region-name="title-header0" />
>
> I don't think I've ever seen someone using a margin-left in a
> header. It's quite possible the implementation in 0.20.5 is
> broken Note that depending on the region precedence the
> header uses the left and right margins of the body region (or
> was it the extent of the start and end regions? Ugh, rereading the
> spec...)
>
> J.Pietschmann
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]