I have been trying to figure out this problem with wordpress widget sidebar and I am drawing a blank. Basically I have a wordpress build that has a widget sidebar that is generating list items. These list items aren't closing themselves for some reasons and are causing problems with other things I am trying to do. I am out of ideas on this I was wondering if any of you guys have suggestions of how to fix this.
The site is http://www.sokolovelaw.com/yaztalk/ and the widget I am talking about is the latest announcements and latest blog posts. If you check the source you will see what I mean.
Sorry I wasn't specific enough of where to look. I took this directly from the source code. This is what I am seeing. These li's aren't closing themselves. Any help is greatly appreciated. Thanks.
<div class="right_side_bar"> <div class="widget"><h3>Latest YAZTalk Blog Posts</h3> <ul> <li><a href="http://www.sokolovelaw.com/yaztalk/2010/07/understanding-the-fda-warnings-to-berlex/">Understanding the FDA Warnings to Berlex</a> <li><a href="http://www.sokolovelaw.com/yaztalk/2010/07/seek-immediate-help-for-coughing-up-blood/">Seek Immediate Help for Coughing up Blood</a> </ul> </div> <div class="widget"> <h3>New &amp; Upcoming Videos</h3> <ul> <li><a href="http://www.sokolovelaw.com/yaztalk/2010/04/talking-to-your-doctor-about-yaz-birth-control/">Talking to Your Doctor About Yaz Birth Control</a> <li><a href="http://www.sokolovelaw.com/yaztalk/2010/02/my-first-personal-yaztalk-video/">My First Personal YazTalk Video</a> </ul>
I have been trying to figure out this problem with wordpress widget sidebar and I am drawing a blank. Basically I have a wordpress build that has a widget sidebar that is generating list items. These list items aren't closing themselves for some reasons and are causing problems with other things I am trying to do. I am out of ideas on this I was wondering if any of you guys have suggestions of how to fix this.
The site is http://www.sokolovelaw.com/yaztalk/ and the widget I am talking about is the latest announcements and latest blog posts. If you check the source you will see what I mean.
- Thanks,
Evan Bowers
(as in <li>content</li>)
Sorry I wasn't specific enough of where to look. I took this directly from the source code. This is what I am seeing. These li's aren't closing themselves. Any help is greatly appreciated. Thanks.