|
Posted by richard on 12/19/07 02:02
On Wed, 19 Dec 2007 02:54:43 +0100, Michael Fesser <netizen@gmx.de>
wrote:
>.oO(richard)
>
>>Line 4, Column 0: character "<" invalid: only delimiter ">", delimiter
>>"[", system identifier, "CDATA", "NDATA", "SDATA" and parameter
>>separators allowed.
>>
>><html>
>>
>>1:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>>2:
>>3:
>>4:<html>
>
>The document type declaration is not closed (missing '>' at the end of
>line 1). There should also be URL or browsers will be thrown into quirks
>mode.
>
>Micha
A case of couldn't see the forest through the trees.
Thanks.
At least it validates now.
[Back to original message]
|