melCarmasin
06-15-2007, 11:34 PM
Hi, I keep getting an error in my code when validating my xhtml page with the w3c validator. http://validator.w3.org/
I can't figure how to fix the error, it's only a closing form tag. The very last form tag on the page.
Here's the error and my code.
Error Line 246 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.
*Removed code.
I can't figure how to fix the error, it's only a closing form tag. The very last form tag on the page.
Here's the error and my code.
Error Line 246 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.
*Removed code.