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,
Through CSS, a { cursor: default; color: black; text-decoration:none; }
This will remove the blue text, underline and the hand pointer that is normally default for browsers. Also, why are you using a tags, haha?
If your link isn't pointing anywhere, you could just remove the href from the tag, which will result in browsers rendering the link as just normal text. (no underline, no pointer cursor)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With