Must be browser specific, cos the spaces are converted to %20 correctly on both Firefox 2 and IE 6. So I don't think it will affect SEO at all (Googlebot probably ignores stuff like target="_blank").
Must be browser specific, cos the spaces are converted to %20 correctly on both Firefox 2 and IE 6. So I don't think it will affect SEO at all (Googlebot probably ignores stuff like target="_blank").
Rob
What do you see when clicking the test link above?
As a side note, target="_blank" is an invalid attribute for XHTML so the easy thing to do is just a search and replace on your site and replace it with this:
Code:
<a href="http://www.openmindhosting.co.uk" title="Open Mind Hosting" onclick="return ! window.open(this.href);">Open Mind Hosting</a>