Hi
I am facing a problem of not consistent redering.
I have a 5 page document and the gap between the body of the page and
the footer of the page varies. The pges I, 3 and 5 are ok as per my expectations
but pages 2 and 4 gets less gap between body and footer.
I have fixed table height in body. Please have a look below.
I have simple page master as follows:- <fo:simple-page-master master-name="podoc" page-height ="297mm" page-width ="210mm" margin-left ="2mm" margin-right ="2mm"> <fo:region-body margin-top="118mm" margin-bottom="50mm" /> <fo:region-before extent="116mm"/> <fo:region-after extent="48mm"/> </fo:simple-page-master>
The page sequence is as follows :- <fo:page-sequence master-reference="podoc"> <fo:static-content flow-name="xsl-region-before"> .......... .......... </fo:static-content> <fo:static-content flow-name="xsl-region-after"> .......... .......... </fo:static-content>
<fo:flow flow-name="xsl-region-body"> <fo:table table-layout="fixed" height="128mm" border-style="ridge" > <fo:table-column column-width="8mm" /> <fo:table-column column-width="108mm" border-left-style="ridge" /> <fo:table-column column-width="20mm" border-left-style="ridge" /> <fo:table-column column-width="14mm" border-left-style="ridge" /> <fo:table-column column-width="14mm" border-left-style="ridge" /> <fo:table-column column-width="12mm" border-left-style="ridge" /> <fo:table-column column-width="12mm" border-left-style="ridge" /> <fo:table-column column-width="18mm" border-left-style="ridge" /> ........................ ........................ ........................ </fo:flow> </fo:page-sequence>
Any idea?
Thanks in advance.
Arun
_________________________________________________________________
Pep up your screen! Kickstart your day! http://www.msn.co.in/Cinema/screensaver/ Get these vibrant screensavers!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]