I thought there must be an attribute of the cell which makes it to span over all the row. I thought it's span="all". it appears that it's not. no problem
:) > -----Original Message----- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: Monday, April 15, 2002 7:12 PM > To: [EMAIL PROTECTED] > Subject: Re: spna="all" didn't work for <fo:cell> > > > Argyn Kuketayev wrote: > > this didn't work either :( > > > > <fo:table-row> > > <fo:table-cell ><fo:block span="all" > margin-left="2cm"><fo:inline > > font-weight="bold">COMMENTS: </fo:inline><xsl:value-of > > select="COMPONENT_ID"/></fo:block></fo:table-cell> > > </fo:table-row> > > It shouldn't, span="all" doesn't work *inside* tables. > It is not designed for declaring table cells spanning > multiple table columns, thats what number-columns-spanned > is for. What's your problem? > > J.Pietschmann > > >
