Salve.
Ho un enorme problema.
Ho una pagina html che voglio validare.
Tale pagina stampa delle informazioni relative a degli uffici di uno specifico settore.
Tra le tante info, stampa anche l'email dell'ufficio.
La validazione di detta pagina mi da errore proprio sulla e-mail o meglio sulla @ (chiocciolina).
Vi riporto testualmente il messaggio di errore
Line 90, column 1168: an attribute value must be a literal unless it contains only name characters
...mail:[/b]<a href=mailto:rronaldo@comune.nomecomune.sa.it> rronaldo @comu
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.
Sapete dirmi come risolvere il problema?
Magari indicandomi, alternativamente, una sequenza di caratteri per visualizzare la chiocciolina?
Grazie