Le site que j'ai fait, il y a quelques mois, était valide Xhtml 1.0 Strict.
Maintenant, le validateur me sort une erreur dans le charset :
CITATION
Error Line 6 column 68: character data is not allowed here.
...ontent-type" content="text/html; charset=utf-8" />
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).
...ontent-type" content="text/html; charset=utf-8" />
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).
voici la ligne de la page en question :
CITATION
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
et le lien pour vérifier : Vitis Epicuria page index
Je ne comprends pas où est l'erreur. Merci à ceux qui pourraient m'aider.
Martine
