Hola amigos, estoy teniendo un problema al validar una web y por más vueltas que le doy no se como solucionarlo.
Por ello cuelgo lo que me dice el validador y a ver si me podéis ayudar...
Código HTML:
Line 371, Column 21: document type does not allow element "select" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
<select name="marca">
✉
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>").
La verdad no se me ocurre como solucionarlo y es lo único que me falta por validar...
Gracias de antemano!