Bonjour,
Sur une page marquée :
j'ai un script qui vient écrire un tag <img /> dans la page pour afficher une image aléatoire.
J'ai codé
Le validateur me met une erreur :
J'y suis depuis un bon moment et je ne m'en sors pas.
Quelqu'un aurait-il une idée sur l'origine du problème ?
Merci par avance.
Modifié par papyjo (14 May 2005 - 15:55)
Sur une page marquée :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
j'ai un script qui vient écrire un tag <img /> dans la page pour afficher une image aléatoire.
J'ai codé
<script type="text/javascript">document.write("<img src="+imagealeatoire()+"
width='150' height='100' alt=' '/>");
</script>
Le validateur me met une erreur :
a écrit :
Line 194, column 157: document type does not allow element "img" here
...)+" width='150' height='100' alt=' '/>");</script>
The element named above was found in a context where it is not allowed.
This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section
instead of inside "head" -- or two elements that overlap (which is not allowed).
J'y suis depuis un bon moment et je ne m'en sors pas.
Quelqu'un aurait-il une idée sur l'origine du problème ?
Merci par avance.
Modifié par papyjo (14 May 2005 - 15:55)