You are here

How remove the space between table cells

table {
         border-collapse: collapse;
         border-spacing: 0;
         }
code type: