> -----Original Message-----
> From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
> Sent: zaterdag 20 september 2003 16:29
> To: [EMAIL PROTECTED]
> Subject: RE: XSL-FO - page borders - Correction
> 
> 
> > -----Original Message-----
> > From: J.Pietschmann [mailto:[EMAIL PROTECTED]
> >
> >
> > Andreas L. Delmelle wrote:
> > > Correction: can be solved with only 1 block-container, as Jorg
> > suggested.
> > > Trick is to put in a dummy-block with a line-height equal to 
> that of the
> > > page, so
> >
> > Well, the advantage of a block-container is that you can
> > explicitely set width and height:
> >   <fo:static-content flow-name="xsl-region-start">
> >     <fo:block-container border-right-width="0.5mm"
> > border-right-style="solid"
> >        position="absolute" top="0mm" left="0mm" width="20mm"
> > height="297mm"/>
> >     ...
> 
> Curious... I had tried this, but got no borders unless I made 
> that container
> contain something...
> 
> 

Problem solved: I forgot to set the 'position'-attribute... :)

Greetz,


Andreas Delmelle

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

Reply via email to