Hi,

I thought the margins for the region-body must be >= to the extents of
the region-before or region-after.

Patrick

-----Original Message-----
From: The Web Maestro [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 12, 2005 3:43 PM
To: [email protected]
Subject: Re: image running off the page

On Apr 12, 2005, at 12:07 PM, Luke Shannon wrote:
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
> <!-- configure the page attributes --> <fo:layout-master-set>
> <fo:simple-page-master master-name="simple" page-height="11in"
> page-width="8.5in" margin-top="2cm" margin-left="2cm"
> margin-right="2cm">

I don't know if this is the problem, but you're missing the
margin-bottom attribute here.

> <fo:region-body region-name="xsl-region-body" display-align="center"
> margin-top="2.67cm" margin-bottom="3cm"/> <fo:region-before
> region-name="xsl-region-before"
> display-align="before"
> extent="2.67cm"/>
> <fo:region-after region-name="xsl-region-after" extent="2.5cm"/>

Another problem, is that your fo:region-body overlaps the
fo:region-after by .5cm (fo:region-body margin-bottom="3cm";
fo:region-after extent="2.5cm")

Web Maestro Clay
--
<[EMAIL PROTECTED]> - <http://homepage.mac.com/webmaestro/>
My religion is simple. My religion is kindness.
- HH The 14th Dalai Lama of Tibet


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


******************************************
The information contained in, or attached to, this e-mail, may contain 
confidential information and is intended solely for the use of the individual 
or entity to whom they are addressed and may be subject to legal privilege.  If 
you have received this e-mail in error you should notify the sender immediately 
by reply e-mail, delete the message from your system and notify your system 
manager.  Please do not copy it for any purpose, or disclose its contents to 
any other person.  The views or opinions presented in this e-mail are solely 
those of the author and do not necessarily represent those of the company.  The 
recipient should check this e-mail and any attachments for the presence of 
viruses.  The company accepts no liability for any damage caused, directly or 
indirectly, by any virus transmitted in this email.
******************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to