| 
	
 | 
 Posted by Beauregard T. Shagnasty on 07/22/07 23:42 
Dave Kelly wrote: 
 
> I am confused. I am trying to validate some html code. I get a tentative  
> validation with this caveat. 
<snip> 
 
You have: 
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/HTML 4.01 Transitional"> 
 
You should have: 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
   "http://www.w3.org/TR/html4/loose.dtd"> 
 
....the full usage. See: 
http://www.w3.org/QA/2002/04/valid-dtd-list.html 
 
Blame this on "Bluefish", which appears to be a rather bad, ancient?, 
WYSIWYG program, I'd say. Try Kompozer; it should do much better: 
http://www.kompozer.net/ 
 
> Under 'strict' there are 10 errors. 
 
I was surprised there were only 10.  :-) 
 
--  
   -bts 
   -Motorcycles defy gravity; cars just suck
 
  
Navigation:
[Reply to this message] 
 |