ciao a tutti!!!
ho problemi a validare una riga per il w3c
praticamente si è iscritto un utente che il suo nick è <§Dj************§>
il w3c validator dice:
character "<" is the first character of a delimiter but occurred as data
* You tried to include the "<" character in your page: you should escape it as "<"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.
la riga in questione è:
<§Dj************§>
come elimino l'errore?
grazie