You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Stefan Arn <ar...@puzzle.ch> on 2002/04/12 16:38:10 UTC

column problem

hi to all

The PDF i want to create have 2 columns and a title over the columns(both in
region-body).Just a Header and after that a text in 2 columns..

In my layout-master-set I defined my region-body like this:

<fo:region-body margin-top="6cm" margin-bottom="35mm" margin-left="2.5cm"
margin-right="2.5cm" column-count="2" column-gap="1in/>

Now i have my columns but what must I do, that the title isn't in the
column?
thanks a lot





Re: column problem

Posted by Chuck Paussa <Ch...@systems.dhl.com>.
Stefan,

use <fo:block span="all">

Chuck Paussa

Stefan Arn wrote:

>hi to all
>
>The PDF i want to create have 2 columns and a title over the columns(both in
>region-body).Just a Header and after that a text in 2 columns..
>
>In my layout-master-set I defined my region-body like this:
>
><fo:region-body margin-top="6cm" margin-bottom="35mm" margin-left="2.5cm"
>margin-right="2.5cm" column-count="2" column-gap="1in/>
>
>Now i have my columns but what must I do, that the title isn't in the
>column?
>thanks a lot
>
>
>
>