Search code examples
htmlcssbordercss-tables

Table row has border yet have spacing inbetween


Image link: www.ray-tsai.com/code_table.jpg

jsfiddle for experimenting: jsfiddle.net/s93f4/1

I understand that having border around tr must apply

border-collapse: collapse;

then would be possible to have spacing in between too like image shows .. anyone has done this before ?


Solution

  • You can add a border with border : 1 px solid;

    Than use margin to add spacing don't know why you want border collapse it removes spacing