i found error in html parser

 
i try to valid code bottom and can't found any error, but parser say:problem
with </p>, but all looks fine
 
------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" >
<meta http-equiv="Content-Language" content="cs" >
<meta http-equiv="Content-Style-Type" content="text/css" >
<link rel="stylesheet" media="screen" title="print" type="text/css"
href="http://www.pozice.cz/sb.css" >
<title>test</title>
</head>
<body>
  <div class="ltb1 login">
    <div class="ram1">
        <p>
        <div class="p_right"></div>
        </p>
    </div>
  </div>
</body>
</html>
 
------------------------------------------------------
tomas hajek

Received on Friday, 4 February 2005 07:48:26 UTC