I have the following .cshtml code:
<p class="bolded">
@ResourceManager.GetResource("VerifyCode")
<a href="javascript:;" class="resend-button link do-trigger-overlay">
@ResourceManager.GetResource("VerifyRequestNewCode")
<span class="error-tooltip arrow-up">
@ResourceManager.GetResource("VerifyLostEmail")
</span>
</a>
</p>
I am not very experienced with HTML. Currently the tooltip displays in the correct place, it is part of the link. If I remove the tooltip out of the tags, the link is removed, but it the design of it doesn't point neatly at the link. My question is how can I get the tooltip error to be in this place but not be a link?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…