| 
 Posted by Jukka K. Korpela on 05/27/07 17:22 
Scripsit Knut Krueger: 
 
> does anybody sees the error of the validation in line 77? 
> I am looking since more than an hour for any missing " or something 
> else. 
> http://www.sunshine-language-learning.de/index.php 
 
The error is in that line and it is exactly what the validator reports:  
there is no attribute HREF (in the Document Type Definition that you have  
specified). 
 
You have specified a XHTML 1.0 DTD, in which all attributes are in lower  
case and case is significant, i.e. the name must be href and not HREF. 
 
Ceterum censeo: most authors gain nothing but confusion by using XHTML  
instead of good old HTML 4.01. 
 
--  
Jukka K. Korpela ("Yucca") 
http://www.cs.tut.fi/~jkorpela/
 
[Back to original message] 
 |