Re: How to create a table that fills the page

> I am still struggling to create a table that fills up the complete page.
I
> cannot use absolute positioning because the table can span multiple
pages.

I am using fop 0.20.4 with xalan 2.3.1 Using height in fo:table
accomplishes this

<fo:table-body>
  <fo:table-row>
    <fo:table-cell>
      <fo:table height="xx">
      TABLE ELEMENTS
      </fo:table>
    </fo:table-cell>
  <fo:table-row>
</fo:table:body>

Richard Shonk
Flowserve Corp.
Programmer / Analyst
Parts Distribution Center
Moosic, Pa.
(570) 451-2225

Received on Friday, 27 September 2002 03:26:21 UTC