W3C CSS Validation Service ??????????????????????????????????

Parse error - Unrecognized : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html> <head> 
<title>...</title> <style type="text/css"> p {margin-left: 20px}


=====================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>...</title>
<style type="text/css">
p {margin-left: 20px}
body {background-image: url("images/back40.gif")}
body { margin: 20px };
td { white-space: nowrap };
</style>
</head>
<body>
bla bla bla
</body>
</html>
============================


_Cheers_______
  ¯¯¯¯¯¯¯Robert¯

Received on Tuesday, 26 June 2001 16:04:44 UTC