If I use rowspan in a table that has border-collapse style the border on the second row, to the right of the rowspan cell will have a double-border.
Example: Take exemple00.php, modify the cell E1 to have rowspan=2 and delete the F1 cell.
The cell with F2 will now have two borders to the left:

Is there an easy fix to this?