When we use CSS to format a table and we have a double border that is border around both table and td. How to fill in the space between the two borders
Asked
Active
Viewed 44 times
2 Answers
1
Try using border-collapse: collapse
on the table, see if that produces the effect you want.

Niet the Dark Absol
- 320,036
- 81
- 464
- 592
1
use in your css table{border-collapse: collapse;}
-
Five minutes after posting my answer, you post the exact same thing? – Niet the Dark Absol Apr 05 '14 at 12:29
-
-
-
no , cuz some ppl don't now how to write css code i give him a code for copy and paste in css file only .i know u explain will – Apr 07 '14 at 05:13
-
-
let it be , i need ur help on this http://stackoverflow.com/questions/22344374/input-type-image-shows-unwanted-border-in-chrome – Apr 07 '14 at 08:54