Lorsque je crée un tableau mais qu'a un moment je n'inscrive aucune données dans une case, il n'affiche aucune bordure.
Il y a-t-il un moyen de forcer l'affichage?
Code : Tout sélectionner
<table>
<tr>
<td colspan=2>Bonjour</td>
<td></td> //La il n'affichera aucunes bordures
</tr>
<tr>
<td colspan=3>A bientot</td>
</tr>
</table>