November 10, 2018
Disable A HREF Link With CSS ONLY!
Disabling a link can be sometimes a dirty task to do. Sometimes we need to do that only temporarily and we have a cute solution for that.
Add this css attribute to disable a link, but note – this link will still be crawlable by crawl engines.
pointer-events:none;
For example see the link ahead of this line, you can’t click it: Integrate With MailChimp API With This Simple PHP Code