block - positioning

hi,

how can i place a block at the bottom of region-body without using a
margin-top (content of the block is dynamic)

ive something like this:

<!--pagebreak-->
<fo:block><!--[1] static content  --></fo:block>
<fo:block><!--[2] this block should appear at the bottom of the page-->
   <fo:block><!--[3] dynamic content--></fo:block>
   <fo:block><!--[4] static content--></fo:block>
</fo:block>

[1] should appear at the top of the page, [2] containing [3+4] should appear
at the bottom.

thx,

Sebastian

Received on Monday, 6 October 2003 11:41:10 UTC