*Ela*
New member
Hi zusammen
habe ein problem und zwar:
Dieser Code wird beim validieren immer angemeckert:
folgende Meldung bekomme ich:
Leider weiß ich nicht, wie ich dem Abhilfe schaffen kann und wäre froh für Tips
Ela
habe ein problem und zwar:
Dieser Code wird beim validieren immer angemeckert:
Code:
<center><img name="button10" src="buttons/button1.gif" width="73"
height="36" border="0" alt="Hier gehts weiter" usemap="#button1"
id="button10" /><map name="button1" id="button1">
<area shape="rect" coords="0,0,90,58" href=
"http://www.xxx.de/xx/alltag1.php" target="_self"
onclick=
"if(document.images) document.button10.src='buttons/button1.gif';"
onmouseover=
"if(document.images)document.button10.src='buttons/button2.gif';"
onmouseout=
"if(document.images) document.button10.src='buttons/button1.gif';" />
</map></center>
folgende Meldung bekomme ich:
Code:
...) document.button10.src='buttons/button1.gif';" />
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Leider weiß ich nicht, wie ich dem Abhilfe schaffen kann und wäre froh für Tips
Ela