ich habe meine Seite mal mit dem W3C Validator getestet.
Der zeigt mir folgende Fehlermeldung in der Logo Programmierung:
Error Line 78, Column 74: required attribute "alt" not specified
<img id="logo" src="picture/logo-1.gif" width="210" height="89"/>
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>.
Meine Programmierung für das Logo ist folgende:
<div id="top">
<a href="index.php?home">
<img id="logo" src="picture/logo-1.gif" width="210" height="89"/>
</a>
</div>
Ich finde den Fehler nicht. Zu Dumm zum zum.
Kann mir jemand helfen?
LG RalfB