I'm having problems with my links in IE6 and IE7 (they're working fine in IE8). The HTML is correct and there are no unecessary spaces, but IE isn't removing the space between the end of the linked text - it's running straight on into the continuing paragraph text.

I've searched endlessly, but can't find a solution for this. Any suggestions?

link|improve this question
Can you post the source code for one of your links? – Robert Harvey Feb 10 '11 at 20:25
a, .art-post li a { text-decoration: none; color: #2C9325; } a:link, .art-post li a:link { text-decoration: none; color: #2C9325; } a:visited, a.visited, .art-post li a:visited, .art-post li a.visited { color: #2C9325; } a:hover, a.hover, .art-post li a:hover, .art-post li a.hover { text-decoration: underline; color: #2C9325; } – Sarah Feb 10 '11 at 21:44
The html on the link is: <p>Consultations and treatments can be carried out in the comfort of your own home or at a local clinic. To request a consultation email <a href="mailto:enquiries@websitedomain">enquiries@website domain</a> or call.</p> – Sarah Feb 10 '11 at 21:46
You need to make a reproducible demo and stick it on JS Bin or jsFiddle. – thirtydot Feb 12 '11 at 23:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.