how to place an image inside 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>