Gracias por tu interes,
Tew.
He añadido al principio, como dices, la linea:
Cita: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
y le he pasado el
validator, y aparte de los 6 errores (cómo bien tu dices), que ya antes tenia, da el siguiente:
Cita: 1. Error Line 7, column 73: character data is not allowed here .
...e" content="text/html; charset=ISO-8859-1" />
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).
Al no saber inglés, no sé que quiere decir. Pero mirando otras páginas, que tambien contiene
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
(por ejemplo esta misma página,
Foros del Web), y no dá error ninguno con el mismo
<META ... >, en el validator.
Te reitero las gracias Tew.