xsl-list
[Top] [All Lists]

Re: Row Height At Least

2004-03-01 12:40:06
Good tip.  Thank you very much.

Regards,

Mark
----- Original Message ----- 
From: "J.Pietschmann" <j3322ptm(_at_)yahoo(_dot_)de>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Monday, March 01, 2004 6:30 PM
Subject: Re: [xsl] Row Height At Least


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



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>