Google Adsense Code nicht W3C valide
Dirk
- html
Hallo,
ich bin auf der Fehlersuche meiner Homepage http://www.urologielehrbuch.de/index.html und stelle bei Google Adsense Suchwerbung W3C Validierungsfehler fest.
z.B. Line 106, Column 75: end tag for element "INPUT" which is not open.
…s" value="www.urologielehrbuch.de"></input>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
Wer hat ähnliche Probleme gehabt und wie gelöst? z.B. xhtml in html einfach umwandeln?
Grütze .. äh ... Grüße!
z.B. Line 106, Column 75: end tag for element "INPUT" which is not open.
…s" value="www.urologielehrbuch.de"></input>
Es gibt kein </input>
Input ist ein inhaltsleeres Element. Einfach alle schließenden </input> entfernen und schon ist es ok.
Cü
Kai
Hallo Kai, vielen Dank für Deine Antwort. Ich habe alle </input> und </img> rausgeschmissen, ich hoffe, Google stört das nicht.
viele Grüße
Dirk
Grütze .. äh ... Grüße!
z.B. Line 106, Column 75: end tag for element "INPUT" which is not open.
…s" value="www.urologielehrbuch.de"></input>Es gibt kein </input>
Input ist ein inhaltsleeres Element. Einfach alle schließenden </input> entfernen und schon ist es ok.Cü
Kai