Hi,
I have a text widget in my sidebar, with social media icons. The problem I have is that the final Gmail link is continuing into the page widget beneath (the title 'Book' linking to my Gmail too). And on IE everything is knocked out a little bit. Anyone have any advice on this?
http://www.hopemanman.com/about
Thanks in advance.
Start by sorting out the markup errors. Then move onto the CSS errors.
http://codex.wordpress.org/Validating_a_Website
If you continue to have problems with IE, consider conditional comment CSS
all the html link tags in your textwidget are unclosed;
example how each line should look like:
<a target="_new" rel="nofollow" href="http://www.twitter.com/hopemanman"> <img style="border:0;" src="http://www.hopemanman.com/wp-content/uploads/2010/05/twitter_321.png"></a>
Thank you both. All fixed now.