Forums

How to remove this annoying red cross icon? (4 posts)

  1. ipunkbali
    Member
    Posted 2 years ago #

    My blog justinbieberzone.com has a very annoying "red cross icon" on top right side of the page. How do I remove it? thanks

  2. ipunkbali
    Member
    Posted 2 years ago #

    Forgot to say.. usually it shows up on explorer and safari, not sure about firefox

  3. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    I dunno if it's a theme option or hardcoded, but your sidebar appears to be looking for an image that doesn't exist...

    <div class="sidebar">
    		<div class="sidebaradbox">
    			<a href="" target="_new"><img class="ad125" src="" /></a>
    		</div>
    		<ul>

    the red cross icon means something is wrong with an image link

    so...either put an image link in there, or delete this

    <div class="sidebaradbox">
    			<a href="" target="_new"><img class="ad125" src="" /></a>
    		</div>
  4. ipunkbali
    Member
    Posted 2 years ago #

    thanks so much. its gone now :)

Topic Closed

This topic has been closed to new replies.

About this Topic