Re: [VE][188] Error Message Feedback HELP!!!

Mel Reed wrote:
> no internal or external document type declaration subset; 
> will parse without validation
> 
> |<!DOCTYPE html*>*|

You need to start the document with complete DOCTYPE.  That DOCTYPE you 
provided says nothing about which version of HTML or XHTML you are 
using, so the validator cannot validate it.  See the list of valid DTDs 
for more info.

http://www.w3.org/QA/2002/04/valid-dtd-list

 From those listed, I recommend you either use HTML 4.01 Strict or HTML 
4.01 Transitional.

-- 
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/     Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox

Received on Friday, 15 April 2005 06:38:11 UTC