Beautiful. "span" doesn't take an integer. Does that mean that there is no way to have different text blocks to have different numbers of columns? > fo:block takes a span property (7.20.4) so I _think_ that if you make a > "heading" block (which might be empty) in between each of your text > blocks which spans both columns, then you should get the right effect... > (untested on any implementation) > > ie you put this in an flow that's using two columns: > > <fo:block span="all">block 1</fo:block> > <fo:block span="none">[text]</fo:block> > <fo:block span="all">block 2</fo:block> > <fo:block span="none">[text]</fo:block> > <fo:block span="all">block 3</fo:block> > <fo:block span="none">[text]</fo:block> > > DavidReceived on Monday, 22 November 2004 15:21:07 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 3 October 2007 16:06:13 GMT