On 2003.08.29 13:23 Chris Bowditch wrote:

absolute positioning is possible in FOP using block-containers. E.g.

<fo:block-container position="absolute" left="3in" top="5in" width="2in" height="2in">
<fo:block>Hello there</fo:block>
</fo:block-container>


As already mentioned you need to put them as direct descendents of fo:flow or they don't work. Note also the properies Ive used, you must specify all of them.

thanks, it works; is the same possible for block instead of block-container ?
it looks like it is not working :(


do you know why block-container's content is not visible in some cases ?
which XSL-FO elements could I use inside of block-container to not loose
my content ?

best regards
--
Micha� "Yahoo" Ja�tak,
  [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
  http://www.ncac.torun.pl/~warlock

       "Try not. Do. Or do not. There is no try." (Yoda)

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



Reply via email to