But is <fo:block-container> supported in FOP 0.19 ???
Etienne

-----Original Message-----
From: Chetan Vig [mailto:[EMAIL PROTECTED]]
Sent: jeudi 9 aout 2001 21:40
To: [EMAIL PROTECTED]
Subject: Re: positioning of blocks


Use Block Containers

here is an example

               <fo:block-container height="225pt" width="275pt" top="45pt"
left="60pt" padding="3pt" position="absolute">
                  <fo:block>
                        <xsl:call-template name="LEGEND"/>
                  </fo:block>
               </fo:block-container>


"Maring, Steve" wrote:

> I need to position blocks at very specific places on a page.  These blocks
> corespond to the location of fields that need to be filled in on a form
> which was originally just paper based.
>
> Can I get an example of how I might use absolute or relative positioning
to
> achieve this?  Or do I need to do something else?
>
> Thanks.
> -Steve Maring
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


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


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

Reply via email to