Hola,,por hoy ya es lo ultimo ke pregunto ,weno el otro dia pregunte ke tenia ke haser para ke me validase los asentos y las interrogaciones y se soluciono cno esta linea:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Ahora me encuentro con este nuevo error :
Line 59, column 365: an attribute value must be a literal unless it contains only name characters
... <a href=mailto:[email protected]><font color="white">emai
You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.
Como lo corrigo?