Re: [VE][8] Error Message Feedback

> Validating http://www.searchenginemarketingltd.com/
> Error [8]: "character X invalid: only Y and parameter separators allowed"

The problem is with the DOCTYPE declaration:

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

It's missing the '>' from the end.  It should be:

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Friday, 4 November 2005 07:24:05 UTC