I'm using the code given by Twitter:
<div id="twitter_div">
<h3>Little Bits</h3>
<ul id="twitter_update_list"></ul>
<ul class="no-bullets"><li><a href="http://twitter.com/simplymother" id="twitter-link" style="display:block;text-align:right;">Follow me on Twitter</a></li></ul>
</div>
(plus the script stuff which I'm not including. The problem seems to be the with the ul that contains the updates.
When I go to View Source, it doesn't show any problems, but when I try to validate the HTML, I get this.
I can't see anything nested wrong. It also says basically I might have a parent with no children--which would make sense, since the li's don't show up at all when I "view source". Is there any way to fix this so my site validates? Or am I not seeing something very simple?
Thanks in advance!
Kate
(BTW, I posted this in the how to forum, but it seems to get buried immediately and I thought this may be a more apt place for it anyway.)