Bonjour,
je cherche à aligner mon tableau juste après mes <input type=text> :
j'ai créé un tableau basic avec :
<table>
<tr>
<td>haha
</td>
<td><input type="text">
</td>
</tr>
<tr>
<td>hihi
</td>
<td><input type="text">
</td>
</tr>
</table>
Et donc j'aimerai pouvoir aligner mon tableau à 50% par rapport à la fin de <input..>
J'espere avoir été clair.
cordialement the_jb
