Forum
What does this mean?
John83
Contact in PM
John83
Messages count : 2
Likes count : 0
Registration :
11 June 2008
Hi,
trying to 'validate' my website and this keeps cropping up. can anyone explain what it means?
Line 50, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Any help would be great
Thanks
trying to 'validate' my website and this keeps cropping up. can anyone explain what it means?
Line 50, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Any help would be great
Thanks
-
Victorious
Messages count : 20Likes count : 0Registration : 3 May 2010
Check if all of your tags are closed properly you probably did not close one of your div tags.John83, post: 17361 a écrit : Hi,
trying to 'validate' my website and this keeps cropping up. can anyone explain what it means?
Line 50, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Any help would be great
Thanks