• If you go to my blog, and look in the sidebar under Links in Internet Explorer, you’ll see that there’s an extra bullet above the link text.

    Most browsers won’t render bullets on empty <i> tags, but IE will.

    It’s not there in my sidebar.php file, but if you click on “View” and then “Source”, in IE, and scroll down till you find the code below, you’ll see that there is an extra <i> tag added to the code.

    How do I prevent WP from adding the extra tag?

    ` <!– sidebar west START –>

    <div id=”westsidebar” class=”sidebar”>

    <!– blogroll –>

    <div class=”widget widget_links”>
    <h3>Links</h3>
    <ul>
    <li><li><a href=”https://www.catfish1.com/forums/index.php?referrerid=40791&#8243; rel=”contact” title=”Catfish 1″>United States Catfishing Association</a></li>

    </li>
    </ul>
    </div>

    </div>

    <!– sidebar west END –>
    `

  • The topic ‘WordPress is adding an extra tag to my list, which creates an extra bullet’ is closed to new replies.