Pour quoi quand je crée une table et que je mets les attribut cellspacing et cellpadding à 5, border à 1, J'ai deux bordures qui apparaissent.
Voila le code.
Code : Tout sélectionner
<table width="150" height="150" border="1" cellspacing="5" cellpadding="5" bordercolor="#d0d9e2">
<tr>
<th height="10" background="images/tr_bg.png" scope="col">test1</th>
</tr>
<tr>
<td height="140"> </td>
</tr>
</table>Merci d'avance