The cellpadding attribute on the table element is obsolete. Use CSS instead.

Правильный ответ:

table
{
    border-collapse:collapse;
    padding:0px;
}