------------------
Below are the results of attempting to parse this document with an SGML parser.
1) Line 118, column 24: document type does not allow element "div" here; assuming missing "li" start-tag
<div id="chatoutput">
2) Line 146, column 5: end tag for "li" omitted, but OMITTAG NO was specified
You may have neglected to close a tag, or perhaps you meant to "self-close" a tag; that is, ending it with "/>" instead of ">".
3) Line 118, column 4: start tag was here
<div id="chatoutput">
--------------------------
The first and third error or those of the Ajax shoutbox, maybe that's the same reason why the shoutbox's layout is screwed up in IE 6.0 but works in Firefox. Maybe I should ask the author of the Ajax shoutbox for help on this.
The second error is the last < / ul> problem. I tried to remove this but that results in strange layout for all blocks under this < / ul>
Think I'm as far as I can get with this :-) Thanks all for helping me in this. I'll go and read some more on the ul li thing and the language. Still wondering why a browser of validator needs to know what the language of my site is btw.
Thanks all !!