Einzelnen Beitrag anzeigen
  #13  
Alt 19-06-2007, 23:44
Tobias.H Tobias.H ist offline
Cabal

 
Registriert seit: Oct 2002
Ort: Lüneburg
Beiträge: 2.470
Tobias.H hat noch keine Bewertung oder ist auf 0
Tobias.H eine Nachricht über ICQ schicken
OL Nick: Tobias.900
Ich verstehe die übrig gebliebenen Fehler nicht.

Zitat:
Line 37 column 0: start tag was here.
<div style= "position:absolute; width:100%; text-align:center;">
Zitat:
Line 193 column 6: end tag for "DIV" omitted, but its declaration does not permit this.
</body>You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Zitat:
Line 180 column 146: an attribute value must be a literal unless it contains only name characters.
... auswählt.</font><hr size = 4 color = #FFFF00>
Zitat:
Line 183 column 22: an attribute value must be a literal unless it contains only name characters.
<hr size = 10 color = #FFFF00>
__________________
Mit Zitat antworten