I’m having a problem with the code below, specifically the line “table.ScanData, th, td” that is setting the borders for all the other tables on my page but NOT ScanData.
table.ScanData
{
margin-left:5px;
border-collapse:collapse;
border: 1px solid black;
}
table.ScanData, th, td
{
border: 1px solid black;
}
table.ScanData td
{
padding:3px;
}
try
instead of