non usare le tabelle per costruir il layout!!![]()
cmq se propio vuoi usare la tabella
mettici questo stile
#tuatabella{
table-layout:fixed;
border-collapse:collapse;
}
#tuatabella > td {border: 0px;}
<table id="tuatabella">
oppure scrivi
<table cellspacing="0" cellpadding="0" border="0">
..