On Mar 29, 2007, at 16:40, wmurrill wrote:

<snip />
I'm not sure what you mean about specifying half
borders.

Sorry, my bad. I meant "half the expected border-width".

As in: to get a table with 0.5pt borders everywhere, would be very roughly

<fo:table border-style="solid" border-color="black"
          border-start-width="0.25pt"
          border-end-width="0.25pt"
          border-before-width.length="0.25pt"
          border-before-width.conditionality="retain"
          border-after-width.length="0.25pt"
          border-after-width.conditionality="retain" ...>
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell border-style="solid" border-color="black"
          border-start-width="0.25pt"
          border-end-width="0.25pt"
          border-before-width.length="0.25pt"
          border-before-width.conditionality="retain"
          border-after-width.length="0.25pt"
          border-after-width.conditionality="retain" ...>
...


HTH!

Andreas


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

Reply via email to