Hi Nick:

I take it you mean to set them to zero length (like 0pt)

<fo:table-cell
      border-before-width = "1pt"
      border-start-width = "1pt"
      border-end-width = "1pt"
      border-after-width = "0pt"
      border-before-style = "solid"
      border-start-style = "solid"
      border-end-style = "solid">
      <block>the table cell data</block>
</fo:table-cell>

Try that.  You can also use the "complete" version of these 
properties to cut down on the typing.

Good Luck,
Carmelo


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

Reply via email to