L'opera m'ennuit...
Posté : 29 nov. 2006, 22:30
Bonsoir,
Est-ce quelqu'un pourrait me dire pourquoi le code du dessous crée une interligne supplémentaire avec opera alors qu'avec ie et firefox c'est "nickel" ?
J'ai beau retourner dans tout les sens, je n'y arrive pas 
Merci.
Est-ce quelqu'un pourrait me dire pourquoi le code du dessous crée une interligne supplémentaire avec opera alors qu'avec ie et firefox c'est "nickel" ?
Code : Tout sélectionner
<div style='margin-left: 23px; margin-right: 22px;' align="center">
<form action="http://localhost/ute1.asp" method="get">
<tr><td align="center">
<label><a href="http://localhost/ute1.asp"><b> information1</b></a></label>
<input name="ute" size="10" alt="" />
<input value="OK" type="submit" value="OK" />
</td></tr></form>
<form action="http://localhost/nfo6.asp" method="get">
<tr><td align="center">
<label><a href="http://localhost/nfo6.asp"><b>information2</b></a></label>
<input name="aine" size="10" alt="" />
<input value="OK" type="submit" value="OK" />
</td></tr></form>
<form action="http://localhost/isss.php" method="get">
<tr><td align="center">
<label><a href="http://localhost/is6.php"><b>information3</b></a></label>
<input name="is" size="10" alt="" />
<input value="OK" type="submit" value="OK" />
</td></tr></form>
</div>
Merci.