How do I add an image to an anchor tag? code example
Example: add image to anchor
<a href="#" class="login" title="Login"><img src="../img/user.png" /></a>
<a href="#" class="login" title="Login"><img src="../img/user.png" /></a>