Sunday, 11 August 2013

How in God's name do I get rid of the gaps in the Border on my table cells

How in God's name do I get rid of the gaps in the Border on my table cells

I have a table that I need to print. I would like a solid 1px line above
and below the header, and at the bottom of the table.
I've tried all the usual tricks:
border-collapse:collapse;
border-spacing:0;
etc.
But what I get is this:
jsFiddle
What am I doing wrong?

No comments:

Post a Comment