treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Widget list items aren't closing themselves

  • Hi Guys,

    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
  • Did you fix it? coz I see them closed :)

    (as in <li>content</li>)
  • Robskiwarrior,

    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.

    &lt;div class=&quot;right_side_bar&quot;&gt; 
    &lt;div class=&quot;widget&quot;&gt;&lt;h3&gt;Latest YAZTalk Blog Posts&lt;/h3&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http&#58;//www&#46;sokolovelaw&#46;com/yaztalk/2010/07/understanding-the-fda-warnings-to-berlex/&quot;&gt;Understanding the FDA Warnings to Berlex&lt;/a&gt;
    &lt;li&gt;&lt;a href=&quot;http&#58;//www&#46;sokolovelaw&#46;com/yaztalk/2010/07/seek-immediate-help-for-coughing-up-blood/&quot;&gt;Seek Immediate Help for Coughing up Blood&lt;/a&gt;
    &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div class=&quot;widget&quot;&gt;
    &lt;h3&gt;New &amp;amp; Upcoming Videos&lt;/h3&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http&#58;//www&#46;sokolovelaw&#46;com/yaztalk/2010/04/talking-to-your-doctor-about-yaz-birth-control/&quot;&gt;Talking to Your Doctor About Yaz Birth Control&lt;/a&gt;
    &lt;li&gt;&lt;a href=&quot;http&#58;//www&#46;sokolovelaw&#46;com/yaztalk/2010/02/my-first-personal-yaztalk-video/&quot;&gt;My First Personal YazTalk Video&lt;/a&gt;
    &lt;/ul&gt;