In the attached image you'll see the table cell background color "bleeds" and becomes a hairline border on the outside of the table.
Any ideas how to resolve this?
This is the css:
table {
border-collapse: collapse;
}
td {
text-align: center;
border: 2px solid #fff;
font-weight: bold;
font-size: 9.8px;
width: 1.2in;
background-color: #800080;
color: #fff;
}
Any ideas how to resolve this?
This is the css:
table {
border-collapse: collapse;
}
td {
text-align: center;
border: 2px solid #fff;
font-weight: bold;
font-size: 9.8px;
width: 1.2in;
background-color: #800080;
color: #fff;
}