Hola:
En una página que tiene dos formularios, en ambos me da este error de validación para la etiqueta <form>:
Error Line 89 column 6: end tag for element "form" which is not open.
</form>
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 (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occured in a script section of your document, you should probably read this FAQ entry.
Error Line 263 column 7: end tag for element "form" which is not open.
</form>
Parece que dice que el fin de <form> no se abrió, pero sí que hay la apertura.
El caso es que no sé cómo evitar este error. ¿Hay alguna etiqueta especial? Ya ha hecho muchas pruebas y no me salgo.
Debe haber algo que desconozco. El formulario va en una tabla.
Si alguien pudiese ayudarme, se lo agradeceré.
Gracias y Saludos.
PD. Si alguien supiese cómo poner y anidar un formulario en una tabla, creo que sería muy interesante para todos conocer la estructura.
Gracias de nuevo.