Re: Problem in HTML, or bug in Wc# validator?

There was another 'error' too dealing with how the Validator detects character sets inline.

Try this :

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  	<head>
  	<title>Just a test</title>
   	<meta http-equiv="Content-type" content="text/html; charset=utf-8">
   	<style type="text/css">
   	<!--
                	.foo {color:#006666}
    	-->
   	</style>
   	</head>
   
   	<body>
                	<h1 class="foo">Test 1</h1>
                	<h2 class="foo">Test 2</h2>
   	</body>
  </html>
    
Gannon Dick

Received on Saturday, 17 November 2001 11:53:59 UTC