Re: Tableau dans une news ou une section | Titre du sujet : Re: Tableau dans une news ou une section par DarthLord sur 21/03/2006 22:47:16
Voici le code que je tape :
Ceci est un test
<table border>
<tr> <th> Test </th> <th> Test</th> </tr>
<tr> <td> XX </td> <td> XX </td> </tr>
<tr> <td> 555 </td> <td> 00 </td> </tr>
</table>
Voilà le code que me pond la page :
<div class="itemBody">
<p class="itemText">Ceci est un test<br /><table border> <br /><tr> <th> Test </th> <th> Test</th> </tr> <br /><tr> <td> XX </td> <td> XX </td> </tr> <br /><tr> <td> 555 </td> <td> 00 </td> </tr> <br /></table></p>
</div>
et voilà le résultat : [img=http://img375.imageshack.us/img375/4176/bug2tx.th.jpg] Et plus le tableau est grand, plus l'espace est grand.
|
|