At 09:26 AM 11/9/01 GMT, [EMAIL PROTECTED] wrote: >I have tried it in fo:region-body , eg. <fo:region-body >number-columns-spanned="3" column-count="3" margin-bottom="1.2in" >margin-top="0.8in"/>, but it still can't work, anything wrong?
Contain the image in an fo:block or fo:block-container, that has the 'span' property set to 'all'. There is no 'number-columns-spanned' property that is relevant for this situation; you specify 'column-count' and 'column-gap' on fo:region-body. If the 'column-count' is N, then for any given block-level area you have the option of switching between layout into N columns (span='none') or 1 column (span='all'). Regards, AHS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
