Ne pas avoir de retour a la ligne en ajoutant un input
Bonjour,
Je souhaite ajouter un champ de type "hidden" mais mon proble me estr juste graphique.
Code:
1 2 3 4 5 6 7 8
|
<td bgcolor="#CC0000" style="cursor:pointer" onClick="sortie_matos()">
<form id="matos_sorti" name="matos_sorti" method="post" action="materiel.asp">
<div align="left">
<strong><%=compteur%> matériel<%If compteur>1 then%>s<%end if%> sorti<%If compteur>1 then%>s<%end if%><input name="salle_select" type="hidden" value="97"></strong>
</div>
</form>
</td> |
Mon problème est que la cellule a une ligne de plus , resultat c'est tres tres laid car il ya une grande cellule avec pas grand chose a l'interieur...
pourriez vous m'aider