respawn anchor code example
Example 1: html disable anchor link
a.isDisabled {
pointer-events: none;
}
Example 2: add image to anchor
<a href="#" class="login" title="Login"><img src="../img/user.png" /></a>
a.isDisabled {
pointer-events: none;
}
<a href="#" class="login" title="Login"><img src="../img/user.png" /></a>