Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Widget list items aren’t closing themselves

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29704
    ebowers
    Member

    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

    #80267
    Rob MacKay
    Participant

    Did you fix it? coz I see them closed :)

    (as in <li>content</li>)

    #80282
    ebowers
    Member

    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.

    Code:
    <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>
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.