I see all the time a small image next to hyperlink so I would like to know how to do it?
Code:
<a href="URL">Anchor Link Text</a>
<a href="URL">Anchor Link Text</a>
.hyperlink-image {
background: url(Replace this with your Image Url) no-repeat 0px 0px;
padding:5px 0 0 15px;
}
<a class="hyperlink-image" href="URL">Anchor Link Text</a>