Ok, I *think* I see your problem. Your list of "the ones to remember" appears to be accidentally still part of your archive list above it. You need to end your archive list by moving the </ul> BEFORE the code that starts your "the ones to remember" list. Then, it would make more sense to make your "the ones to remember" list into an actual list instead of using all the p tags. So, when you're done the code should look something like this:
</ul> <!--end archives list-->
<h2 class="sidebar-title">The ones to remember</h2>
<ul> <!--start ones to remember list-->
<li><A HREF=http://witchywonderings.blogspot.com/2004/11/another-day.html>In the Beginning</A></li>
<li><A HREF=http://witchywonderings.blogspot.com/2004/12/words-unsaid.html>Words Unsaid</A></li>
....... (the rest of the links here).....
</ul> <!--end ones to remember list-->
0 Comments:
Post a Comment
<< Home