Forum How do I...?

Disable bottom border on first page of table cell that spans pages

zsjostrom
We have border-collapse turned on. It appears as if the border of the cell at the bottom of its first page is controlled by both the border-top and border-bottom CSS properties; only if both are disabled will it not show. Our current solution is to use the two-path method to generate this CSS for multi-page cells. This works for a single cell, but if the cell directly underneath also spans multiple pages, the border between the two will be erased. Is there a way to do this without running into that problem?