Hi all,

I'm using FOP 0.20.5 to create a PDF document. The document contains a table with 5 columns and varying number of rows. There is a line drawn around the table using the border-* properties of the cells at the edge of the table. The line drawn however appears to contain gaps which lies just between two neighboring cells. Does anybody know what cause this? I've attached a small image which illustrates the problem.

This is a code snippet for a normal cell:

<fo:table-cell background-color="rgb(241,241,241)">
  <fo:block color="rgb(105,105,105)">Cell 2</fo:block>
</fo:table-cell>

This is a code snippet for a cell with border:

<fo:table-cell background-color="rgb(241,241,241)"

               border-left-color="rgb(114,114,114)"
               border-left-style="solid"
               border-left-width="1pt">
  <fo:block color="rgb(105,105,105)">Cell 1</fo:block>
</fo:table-cell>

Regards,

Johan Andersson

<<inline: table.gif>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to