Re: Tell me the solution, not just the problem

> The Error message tells me something is wrong, but fails to suggest a
> solution.

Well, it can't guess which solution you want to use, so it tells you why  
it's confused. The solution depends on what you were actually trying to do.

Assuming you want it to be parsed as HTML 4 transitional, replace the  
doctype line with this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
"http://www.w3.org/TR/html4/loose.dtd">

Note that case is important; don't change things that are in lowercase to  
uppercase or vice versa.

More info here:

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

RMN
~~~

Received on Thursday, 9 October 2014 17:02:06 UTC