Support » Fixing WordPress » Weird Bullet Point Showing up

  • I recently placed a google adwords banner on my blog.

    The banner is showing up with a strange bullet point next to it in the sidebar.

    Could someone please help me figure out what is causing it.

    the site is:

    sandwichreport*com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using widgets?

    That part of your code shows up like so:

    <div align="center"> <img src="http://www.sandwichreport.com/Images/sidebarspacer.gif">
     <li><script type="text/javascript"><!--
    google_ad_client = "pub-9544679123293558";
    /* 160x600, SR.com created 7/8/08 */
    google_ad_slot = "9182433027";
    google_ad_width = 160;
    google_ad_height = 600;
    //-->
    </script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script><iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9544679123293558&amp;dt=1215541409248&amp;lmt=1215541407&amp;output=html&amp;slotname=9182433027&amp;correlator=1215541409248&amp;url=http%3A%2F%2Fwww.sandwichreport.com%2F&amp;frm=0&amp;cc=100&amp;ga_vid=3497714288551476700.1215541409&amp;ga_sid=1215541409&amp;ga_hid=1389859383&amp;ga_fc=true&amp;flash=9.0.115&amp;u_h=864&amp;u_w=1152&amp;u_ah=836&amp;u_aw=1152&amp;u_cd=32&amp;u_tz=540&amp;u_his=1&amp;u_java=true&amp;u_nplug=25&amp;u_nmime=67" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" width="160" frameborder="0" height="600"></iframe></li>
    
    </div>

    It’s an incorrectly formatted list which I believe is due to putting that in widgets. If so, you don’t need to include the divs or close the div prior.

    Get rid of the <li> and </li>.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird Bullet Point Showing up’ is closed to new replies.