add # like this:
<a href="#" title = "this is some text">[?]</a>
or remove href links and set the url in some kind of custom attribute
onclick link event, reading url from user attribute
<a href="#" onclick="JSFunction()" id="someid" data-url="some url">text</a>
source share