Me gustaría por tanto que ustedes miren el problema y me digan si es que si hay un error o de no haberlo como hago que valide.
Los errores que presenta son:
Cita:
Validation Output: 3 Errors
1. Error Line 61, Column 5: end tag for element "div" which is not open.
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
2. Error Line 61, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 22 and div.
3. Error Line 75, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and body.
1. Error Line 61, Column 5: end tag for element "div" which is not open.
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
2. Error Line 61, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 22 and div.
3. Error Line 75, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and body.
El codigo que genera el error (linea 61 basicamente) es el siguiente:
Código:
<body> <div id="contenedor"> <div id="cabecera"> <div id="titulo" class="" /></div> <div id="bienvenido"></div> <div id="rubros"> </div> <div id="uruguay"><img src="img/fondos/uruguay.png" alt="Uruguay" /></div> </div> <div id="menu"> </div> <div id="contenido"> <div id="listado"> </div> <div style="clear:both;"></div> </div> </div> (LINEA 61) <div id="pie"> <div id="centradopie"> <div id="menu-pie"> </div> <div id="vision-texto">Este es un producto de</div> </div> </div> </body> </html>
Agradecería mucho cualquier ayuda ya que hace rato estoy pensando esto hasta que llegué a la conclusión de que no hay un error o que soy ciego al mismo.
Saludos !