I disabled my address link with the following:
<a href="#" onclick="return false;" rel="nofollow">Overview</a>
This came from some suggestions in my last post.
However — When I move the cursor over the link a hand appears to show it’s a link even though it does nothing. Is there a way to stop the cursor changing to a hand?
Thanks,
If your link isn’t pointing anywhere, you could just remove the
hreffrom the tag, which will result in browsers rendering the link as just normal text. (no underline, no pointer cursor)