Two problems:
- You don't specify the extent property for Header and LeftSide.
- You use fixed positioned block-containers which actually makes FOP
ignore the whole region setup, because fixed positions block-containers
are absolutely positioned relatively to the upper left corner of the
page. So, remove the block-containers. If you need a background-color
I'd first try to set it on fo:region-start before playing with
block-containers.

On 17.08.2006 12:01:30 Debasish Jana wrote:
> Hi:
> 
> I am facing a problem with margin and padding.
> 
> The associated xsl-fo file is enclosed below.
> 
> I have a section (simple-page-master) that has margins on all four sides as
> 10.0pt. The section's start (flow name = LeftSide) has left-padding as 10.0
> pt and top-padding as 10.0 pt. The start part has a child component as a
> text showing HELLO. With the padding on for start, the text is appearing ok,
> but the section is not showing the margin gap in generated PDF. 
> 
> I am using FOP 0.92
> 
> Please help.
> 
> Regards,
> 
> Debasish Jana
<snip/>



Jeremias Maerki


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

Reply via email to