SyntaxFix
Write A Post
Hire A Developer
Questions
If what you're trying to do is disable an a link, there is no option to do this. I think you can find an answer that will work for you in this question here.
One option here is to use
<a href="/" onclick="return false;">123n</a>
Disabled href tag