- From: Ercsenyi Andras <ercsen@ella.hu>
- Date: Sun, 13 May 2001 16:27:36 +0200
- To: <www-validator-css@w3.org>
Received on Sunday, 13 May 2001 15:40:15 UTC
Hi CSS-Validator!
I tried to test your validator, but it doesn't work - for me. Here is a really simple example - but there is an unrecognised problem on line 6, according to your validator!!!
What is it?
Many thanks, A.
-------------------------------
Ercsényi András
Budapest, XI. Brassó u. 138-140.
Example:
------------------
<html>
<head>
<title>QUDO - Magyarorszag</title>
<STYLE TYPE="text/css"> 
H3 {text-align: center; color: red; } 
table {background: url("dia1.gif"); border: thick double red; } 
</STYLE>
</head>
<body bgcolor="#CCCCCC"">
 
<H3>fejléc</H3>
<div>
<table>
 <tr>
  <td align=center>
   <a href="kepek/nagy/1977Budapest.jpg">1977Budapest.jpg</a>    
  </td>       
 </tr>
</table>
</div>
</body>
</html>
-------------
Received on Sunday, 13 May 2001 15:40:15 UTC