Dovrei inserire in un menu un titolo, dunque non cliccabile.
Attualmente ho questo codice:
Come potrei risolvere?codice:<div id="rightmenu"><ul>[*]<a href="index.php?pagina=teoria&sezione=bioetica&sottosezione=0"> <h3>Recensioni e interventi</h3></a>[*]<a href="index.php?pagina=teoria&sezione=bioetica&sottosezione=recensione01">Gianni Vattimo (La Stampa)</a>[*]<a href="index.php?pagina=teoria&sezione=bioetica&sottosezione=recensione02">Vittorio Possenti (Avvenire)</a>[/list] Il validatore del W3C però lo considera un errore: [quote]Line 41, Column 82: document type does not allow element "h3" here; missing one of "object", "ins", "del", "map", "button" start-tag. …ione=bioetica&sottosezione=0"><h3>Recensioni e interventi</h3></a></ The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
Grazie
M.

Rispondi quotando