I'm trying to apply background-color
to a table-cells. jsFiddle
<table>
<tr>
<td>
text
</td>
<td>
text
</td>
<td>
text
</td>
</tr>
</table>
td{
background-color: rgb(172,0,20);
}
How can I remove spacing between the table cells?