Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/03/2009, 10:41
Avatar de baxi2990
baxi2990
 
Fecha de Ingreso: agosto-2008
Ubicación: Quetzaltenango - Guatemala
Mensajes: 340
Antigüedad: 15 años, 8 meses
Puntos: 2
Validar este codigo

Hola amigos quisiera saber como hago para no tenga errores a la hora de validar mi web en

http://validator.w3.org/

este es mi codigo, es un contador de visitas gratuito agradesco la ayuda
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>web</title>
</head>
<body>
<object type="application/x-shockwave-flash" data="http://www.99counters.com/counters.swf?id=29697&ln=es" width="243" height="160" wmode="transparent"><param name="movie" value="http://www.99counters.com/counters.swf?id=29697&ln=es" /><param name="wmode" value="transparent" /><embed src="http://www.99counters.com/counters.swf?id=29697&ln=es" type="application/x-shockwave-flash" wmode="transparent" width="120" height="160"></embed><br><a href="http://www.onlinecasinoextra.com/">casino</a> <a href="http://es.99counters.com/">Contador De Visitas</a></object>
</body>
</html>
aparecen errores como este cuando lo valido

Line 8, Column 99: cannot generate system identifier for general entity "ln".

…99counters.com/counters.swf?id=29697&ln=es" width="243" height="160" wmode="t

Line 8, Column 99: general entity "ln" not defined and no default entity.

…99counters.com/counters.swf?id=29697&ln=es" width="243" height="160" wmode="t

entre otros gracias