Quantcast
Viewing all articles
Browse latest Browse all 31

Answer by George Filippakos for Set cellpadding and cellspacing in CSS?

The simple solution to this problem is:

table
{
    border: 1px solid #000000;
    border-collapse: collapse;
    border-spacing: 0px;
}
table td
{
    padding: 8px 8px;
}

Viewing all articles
Browse latest Browse all 31

Trending Articles