Subject: Re: Row Height At Least
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 01 Mar 2004 19:30:50 +0100
|
Mark Williams wrote:
Thanks for the reply. Looks like what I need, but using FOP and not
supported (alas).
There's the good old spacer method:
<fo:table ... >
<fo:table-column column-width="0.1pt"/> <!--spacer column-->
...
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block>
<fo:external-graphics src="spacer.gif"
heigth="1cm" width="0.05pt"/>
...
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|