Bonjour,
J'ai pas réussi à valider ces erreurs qui me reste,si vous pouvez m'aider perci d'avance
Line 384, Column 83: end tag for "FORM" omitted, but its declaration does not permit this
… <tr> <td> <form method = post action="../pages/connecter.php"> </td> </tr>
end tag for element "FORM" which is not open
</div> </tr></form>
end tag for "FIELDSET" which is not finished
</fieldset> </td>
mon code form:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| <fieldset>
<legend class="btcon">
<strong>Authentification des clients </strong></legend><br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <td> <form method = post action="../pages/connecter.php"> </td> </tr>
<tr>
<td colspan="2" valign="middle" class="Style56">Pseudo </td>
<td width="31%" valign="top"><input name="login" type="text" class="Style56" id="login" size="10"></td>
</tr>
<tr>
<td colspan="2" valign="middle" class="Style56">Mot de Passe</td>
<td valign="top"><input name="passwd" type="password" class="Style56" id="passwd" size="10"></td>
</tr>
<tr>
<td align="left" valign="bottom"><br>
<div align="center"><a href="../pages/new_clt_clt.php" class="Style56">S'inscrire</a></div></td>
<td colspan="2" valign="bottom">
<div align="right">
<input align="right" name="Submit" type="submit" class="btcon" value="Connexion">
<!--DWLayoutTable-->
</div> </tr></form>
</table>
</fieldset> |
there is no attribute "SCROLLDELAY"
<marquee direction="left" scrolldelay="5" onMouseOver="this.stop()" onMouseOut
Partager