Wordpress display problem

by 3 replies
4
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
#website design #display #problem #wordpress
  • 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.
  • No unfortunately I haven't changed the image whatsoever and this thing appears on all my pages.
  • 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>

Next Topics on Trending Feed

  • 4

    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