Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/06/2009, 03:55
Avatar de CopperDavid
CopperDavid
 
Fecha de Ingreso: mayo-2009
Ubicación: Madrid
Mensajes: 40
Antigüedad: 14 años, 11 meses
Puntos: 1
Problemas Validador W3C XHTML

Hola buenas;

Haber si alguien me puede echar una mano con este problema que me encuentro y no se como subsanarlo.

Me explico, estoy validando un codigo de una aplicación web y el error que me da no se donde está el error por mas que me lo miro.

Código HTML:
<legend>
<img class="linea" src="<%=request.getContextPath()%>/images/legendCiu00a.gif" alt="" >
<h3 class="titulo6 subLegend02 w_732">
	<bean:message key="hares.title.peticionesOnLine" />
</h3>
</legend> 
Y en W3C me da la siguiente información de error:

Line 149, Column 44: document type does not allow element "H3" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
<h3 class="titulo6 subLegend02 w_732">✉
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.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").