Salve,
ho un problema nel momento in cui vado a convalidare le mie pagine aspx secondo la validazione del codice xhtml del w3c
Io mi creo un asp linkbutton e un img e cliccando sul link o sull'img mi fa un rendering verso un'altra pagina.
il codice è il seguente:
<ul>[*]
<asp:linkbutton id="ibProjects" runat="server">
[img]img.gif[/img]Projects</asp:linkbutton>
[/list]
Mi dà il seguente errore:
end tag for element "a" which is not open .
...cc/img/freccia.gif" />Projects</a></a>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element.
Come posso risolvere questo problmea?
grazie

Rispondi quotando
