Problème avec les espaces dans un tableau !
Bonjour,
J'ai un problème j'aimerai mettre des espaces avec
style="padding-left:15;padding-right:15;padding-top:10;padding-bottom:10"
Mais ca ne fonctionne pas dans un tableau qui est dans un tableau ...
Comment faire voici mon code source
http://www.sciences-physiques.net/TC...eil_tennis.php
Dans le tableau sur la droite au milieu.. où il y'a du texte "gfdjjh" !
Voici le code du tableau
Code:
1 2 3 4 5 6 7 8 9 10 11
| <table width="90%" border="2">
<tr>
<td>jghjghjgh</td>
</tr>
<tr>
<td height="188"style="padding-left:15;padding-right:15;padding-top:10;padding-bottom:10"><p align="left">ghjghjghjgh</p>
<p align="left">jhg</p>
<p align="left">jgh</p>
<p align="left">jgh</p></td>
</tr>
</table> |
Merci d'avance
En vous remerciant d'avance