- From: G. Ken Holman <gkholman@CraneSoftwrights.com>
- Date: Mon, 06 Oct 2003 12:23:26 -0400
- To: "W3C XSL-FO Mailing list" <www-xsl-fo@w3.org>
At 2003-10-06 17:43 +0200, Sebastian Fey wrote: >how can i place a block at the bottom of region-body without using a >margin-top (content of the block is dynamic) Put it in a footnote. >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. <fo:block> <fo:footnote><fo:inline/> <fo:footnote-body> <fo:block><!--[3] dynamic content--></fo:block> <fo:block><!--[4] static content--></fo:block> </fo:footnote-body> </fo:footnote> </fo:block> I hope this helps. ..................... Ken -- Next public US delivery: 3-day XSLT/2-day XSL-FO 2003-10-13 Next public European delivery: 3-day XSLT/2-day XSL-FO 2003-11-?? Instructor-led on-site corporate, government & user group training for XSLT and XSL-FO world-wide: please contact us for the details G. Ken Holman mailto:gkholman@CraneSoftwrights.com Crane Softwrights Ltd. http://www.CraneSoftwrights.com/f/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) ISBN 0-13-065196-6 Definitive XSLT and XPath ISBN 0-13-140374-5 Definitive XSL-FO ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath ISBN 1-894049-11-X Practical Formatting Using XSL-FO Member of the XML Guild of Practitioners: http://XMLGuild.info Male Breast Cancer Awareness http://www.CraneSoftwrights.com/f/bc
Received on Monday, 6 October 2003 12:24:24 UTC