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 BReceived on Wednesday, 1 October 2008 13:24:02 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:49:10 GMT