Use this to style the tables with a single pixel border
table
{
border-collapse:collapse;
}
table, td, th
{
border:1px solid black;
}
Use this to style the tables with a single pixel border
table
{
border-collapse:collapse;
}
table, td, th
{
border:1px solid black;
}