Hi,
bestimmte Voraussetzungen?
Vermutlich bin ich einfach zu doof:
XHTML element noscript not allowed as child of XHTML element div in this context. (Suppressing further errors from this subtree.)
[...]
<body>
[...]
<div id="content">
<noscript><img src="..." alt="..." /></noscript>
</div>
[...]
</body>
[...]
Das bedeutet ich kann das noscript-Element dann wo genau einsetzen?
contexts in which element noscript may be used:
In a head element of an HTML document, if there are no ancestor noscript elements.
Where phrasing content is expected in HTML documents, if there are no ancestor noscript elements
Welche Elemente erlauben "phrasing content"?
(das div kann ich leider nicht weglassen)
~dave