I'm trying to W3C validate the following code segment, but the validation says that '<noscript>' is an error - have you any idea why this occurs and is there a solution? =================================================== <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- Above validates the following for HTML 4.01 --> <html> <body> . . <noscript> <div class="statcounter"> <a title="web counter" href="http://www.statcounter.com/" target="_blank"> <img class="statcounter" src="http://c.statcounter.com/4069811/0/d06944bc/0/" alt="web counter"> </a> </div> </noscript> </body> </html> ==================================================== Regards, John FairweatherReceived on Friday, 17 July 2009 22:56:24 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:49:14 GMT