Wordpress display problem

3 replies
  • WEB DESIGN
  • |
For some reason on my webpage it displays some sort of border in the top left, if you view it through internet explorer it looks like an image with an error cross here is the link: Google Places Optimisation | Clockwork Marketing
#display #problem #wordpress
  • Profile picture of the author Abledragon
    I think that's because your image is too big (wide) for your content column. Try cropping it to cover just the heatmap image and then re-size (or compress) it so that it fits easily into your content column.

    Cheers,

    Martin.
    Signature
    WealthyDragon - Earning My Living Online
    {{ DiscussionBoard.errors[4376861].message }}
  • Profile picture of the author electronik69
    No unfortunately I haven't changed the image whatsoever and this thing appears on all my pages.
    Signature
    If it doesn't sell, it isn't creative - David Ogilvy
    {{ DiscussionBoard.errors[4377027].message }}
  • Profile picture of the author SJL
    Hi,
    This code needs to be fixed...
    HTML Code:
    <a href="http://clockworkmarketing.net.au">
    <img id="logo" alt="Logo" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/logo31.jpg">
    </a>
    <a href="http://www.linkedin.com/profile/view?id=109262420&trk=tab_pro " title="Connect With The CEO!" target="_blank">
    <img align="right" "="" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/linkedin.jpg">
    </a>
    <a href="http://www.facebook.com/pages/Clockwork-Marketing/199934016691945" title="Become a Fan!" target="_blank">
    <img align="right" "="" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/facebook.png">
    </a>
    <a href="http://twitter.com/#!/Clckwrkmrkting" title="Follow Us!" target="_blank">
    <img align="right" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/twitter-2.png">
    </a>
    <a href="http://clockworkmarketing.net.au/feed" title="Subscribe to our Feed!" target="_blank">
    <img align="right" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/rss-feed.png">
    </a>
    with this
    HTML Code:
    <a href="http://clockworkmarketing.net.au">
       <img id="logo" alt="Logo" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/logo31.jpg">
    </a>
    <a href="http://www.linkedin.com/profile/view?id=109262420&trk=tab_pro " title="Connect With The CEO!" target="_blank">
       <img align="right" alt="LinkedIn" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/linkedin.jpg">
    </a>
    <a href="http://www.facebook.com/pages/Clockwork-Marketing/199934016691945" title="Become a Fan!" target="_blank">
    <img align="right" alt="Facebook" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/facebook.png">
    </a>
    <a href="http://twitter.com/#!/Clckwrkmrkting" title="Follow Us!" target="_blank">
       <img align="right" alt="Twitter" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/twitter-2.png">
    </a>
    <a href="http://clockworkmarketing.net.au/feed" title="Subscribe to our Feed!" target="_blank">
       <img align="right" alt="RSS" src="http://clockworkmarketing.net.au/wp-content/uploads/2011/07/rss-feed.png">
    </a>
    {{ DiscussionBoard.errors[4378642].message }}

Trending Topics