Forum How do I...?

bottom border when table breaks across pages

mark_anderson_us
Hi All

I have a table with a thead section that spans multiple pages. There is no bottom border on the td elements. However, this means that when it spans multiple pages it gets no bottom border at the page break. I tried adding a tfoot with a tr height of 0 and no td

css: tfoot { border-width: 1px 0px 0px 0px; border-top-style: solid; border-color: green; }

However, I get a double border at the page break (looks like it's putting in a top and bottom border on the tfoot)
Anyone got any ideas how to solve?

Regards

mark
mikeday
The thead is longer than a page? That could be awkward, as Prince generally tries to display the thead at the beginning of every page the table appears on. Why not apply a bottom border directly to the thead?