JeuWeb - Crée ton jeu par navigateur
Probleme de TD dans un tableau - Version imprimable

+- JeuWeb - Crée ton jeu par navigateur (https://jeuweb.org)
+-- Forum : Discussions, Aide, Ressources... (https://jeuweb.org/forumdisplay.php?fid=38)
+--- Forum : Programmation, infrastructure (https://jeuweb.org/forumdisplay.php?fid=51)
+--- Sujet : Probleme de TD dans un tableau (/showthread.php?tid=1099)

Pages : 1 2 3


RE: Probleme de TD dans un tableau - Maks - 23-04-2007

En effet il reste un espace que j'ai un peu de mal à expliquer... Essaye un display:inline sur le input type='image' mais je garantis rien.

Tu peux tenter de faire :

Code PHP :
<?php 
<table cellpadding='0' cellspacing='0' style='margin:0px; padding:0px;'>
<
tr>
<
td>
<
form><input /></form>
</
td>
<
td>
<
form><input /></form>
</
td>
<
td>
<
form><input /></form>
</
td>
</
tr>
</
table>