[EMAIL PROTECTED] wrote:
> 1) use border-collapse="collapse" on the table element to make adjacent
> borders overlap

Ahem. From the source:
      // System.err.println("Collapse borders");
       /*
        * Hard case.
        * Cell border is combination of other cell borders, or table
        * border for edge cells. Also seems to border values specified
        * on row and column FO in the table (if I read CR correclty.)
        */
The code further down makes some guesses, but it boils
down that it may not work as expected for cells at the
top/bottom of the table, before/after page breaks and
various other places.

Well, when it comess to "nice looking", this should be judged
after the printout, not the screen view, which usually shows
ugly aliasing and rounding effects. Uneven borders can be caused
by such effects.

J.Pietschmann


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

Reply via email to