15-05-2011, 09:51 PM
Bonsoir, j'ai un petit soucis dans le code je crois, ou c'est normal ?
Voici ce que je vois sur Mozilla (Celui que j'utilise)
Et la sur Internet explorer, ce n'ai pas droit comme je voudrais ...
Voici le code du tableau.
Voici ce que je vois sur Mozilla (Celui que j'utilise)
Et la sur Internet explorer, ce n'ai pas droit comme je voudrais ...
Voici le code du tableau.
Code :
<table border="0" cellspacing="0" cellpadding="2" width="15%" align="center"><tr><td>
<table border="0" cellspacing="0" cellpadding="2" width="25%" align="left">
<tr><td background="interface/coin_1.jpg" width="6" height="6"></td><td background="interface/haut_cadre.jpg"></td><td background="interface/coin_2.jpg" width="6" height="6"></td></tr>
<tr><td background="interface/gauche_cadre.jpg" width="6"></td><td background="interface/fondbg3.jpg">
<body>
<table border="0" width="1000" align="center">
<tr>
<form action="index.php" method="post">
<font face="vivaldi" size=5><b>Pseudo de l'officier: </b></font>
<input type="text" name="login" value="<?php if (isset($_POST['login'])) echo htmlentities(trim($_POST['login'])); ?>">
</tr>
<tr>
<font face="vivaldi" size=5><b>Vôtre mot de passe: <b></font>
<input type="password" name="pass" value="<?php if (isset($_POST['pass'])) echo htmlentities(trim($_POST['pass'])); ?>">
</tr>
<tr>
<input type="submit" name="connexion" value="Connexion" onmouseover="this.src='interface/login.gif'" onmouseout="this.src='interface/login.gif'" src="interface/login.gif"><A HREF="projet.php"><font face="vivaldi" size=5> => Projet <=</font></a>
</select>
</tr>
<?php
if (isset($erreur)) echo '<br /><br />',$erreur;
?>
</table></form>
</body>
</td><td background="interface/droite_cadre.jpg" width="6"></td></tr>
<tr><td background="interface/coin_3.jpg" width="6" height="6"></td><td background="interface/bas_cadre.jpg"></TD><TD background="interface/coin_4.jpg" width="6" height="6"></td></tr>
</table>
</td></tr><tr><td>