J'avis réglé le problème du footer.
Mais voilà qu'il fait encore des siennes:[url]http://www.casimages.com/img.php?i=120107010342176974.png[/url]
Mais le validateur html du W3Cm'indique plusieurs erreurs, 9 exactement, que je ne comprends pas:
[quote]Error Line 55, Column 13: No space between attributes.
<div id= "worpg">
✉
Error Line 55, Column 18: Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.
<div id= "worpg">
✉
Warning Line 55, Column 19: Attribute worpg" is not serializable as XML 1.0.
<div id= "worpg">
✉
Error Line 55, Column 19: Bad value mot_de_passe /> </p> </form> <footer> <div id= for attribute id on element input: An ID must not contain whitespace.
<div id= "worpg">
Syntax of id:
An ID consists of at least one character but must not contain any whitespace.
Error Line 55, Column 19: Attribute worpg" not allowed on element input at this point.
<div id= "worpg">
Attributes for element input:
Global attributes
accept
alt
autocomplete
autofocus
checked
dirname
disabled
form
formaction
formenctype
formmethod
formnovalidate
formtarget
height
list
max
maxlength
min
multiple
name
pattern
placeholder
readonly
required
size
src
step
type
value
width
Error Line 57, Column 8: End tag div seen, but there were open elements.
</div>
✉
Error Line 49, Column 48: Unclosed element form.
<form method="post" action="traitement.php">
✉
Error Line 61, Column 12: Stray end tag footer.
</footer>
✉
Error Line 62, Column 8: Stray end tag div.
</div>
✉
Error Line 51, Column 32: The for attribute of the label element must refer to a form control.
<label for="mot_de_passe">Votre mot de passe</label>: <input type="text" …[/quote]
Voici mon code:
Dernière modification par sasuke33500 (07-01-2012 12:55:38)