2006/8/10, Luis Ferro:
If you have a "region-before" and add the display-align="after" as in: <fo:static-content flow-name="cabecalho" display-align="after"> <fo:block> 1 </fo:block> </fo:static-content> The content keeps aligned (with the top of the content on the top of the region) to the top instead of to the bottom (with the bottom of the content on the bottom of the region) as i would expect (if i'm reading correctly)...
If you specify the display-align property on fo:static-content, it's "too late": the content of the region will be aligned by default, i.e., with the top of the region. display-align should be specified on the fo:region-before (for example): <fo:region-before margin-top="1cm" extent="1cm" display-align="after"/> And then, your <fo:static-content flow-name="xsl-region-before">...</fo:static-content> will be aligned with the bottom of the region. HTH, Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]