0

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

Nalin
  • 1
  • 2
  • 2
    Hello & welcome to SO. Please let us know what you have already tried and take a look at https://stackoverflow.com/questions/how-to-ask for some tips on how to format questions. – e h Apr 05 '14 at 10:24

2 Answers2

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;}