Hi, I Guess the Problem ist that you have declared 3 FO:Table-Columns but use ony 2 in row 1 and on row 2. Maybe it would help to span on column in each row over 1/2 column.
An other Problem could be that you dind't use the column-number attribute in the table_column declarations. Christian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 5:04 PM To: [email protected] Subject: Invalid table layout: cant fill gap at row 0, column 2 I am getting an exception when trying to render pdf from my .fo The error I am getting is: Invalid table layout: cant fill gap at row 0, column 2 it seems to point to this table: <fo:table table-layout="fixed" width="100%"> <fo:table-column column-width="proportional-column-width(1)"/> <fo:table-column column-width="proportional-column-width(1)"/> <fo:table-column column-width="proportional-column-width(1)"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block text-align="left">My company</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="center">My report(10/1/04 3:32:44 PM)</fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell> <fo:block text-align="left"> Date : 10/01/2004</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> Any ideas? Tom Maciejewski Société Générale Information Technology 1221 Avenue of the Americas New York, NY 10020 Tel. (212) 278-7103 Cell. (917) 690-9541 ************************************************************************* This message and any attachments (the "message") are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration. Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified. ************************************************************************* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
