HTML error I can't figure out. I can email you the source code.?

C.T.

New member
According to W3C. I have the following error.
Line 263, 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 ">".

Line 236, Column 1: start tag was here
<div id="footer">
 
Back
Top