Re: [VE][154] Add Subject Here Says missing "<" but its in the source

Hello Markus

Braun Markus wrote:
> teh page validation shows this
>       Validation Output: 2 Errors
> 
>    1. Error /Line 2, Column 0/: character "<" invalid: only delimiter
>       ">", delimiter "[", system identifier, "CDATA", "NDATA", "SDATA"
>       and parameter separators allowed.
> 
>       |*<*html>|
> Validating http://www.amideo.de/
> Error [154]: "cannot continue because of previous errors"

Here is the beginning of that page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>

Your doctype declaration is not closed, it should have been instead:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>


Damien B

Received on Wednesday, 1 October 2008 13:24:02 UTC