Check out the full code.
Here's the relevant code snippet:
<a href='http://app.bithumor.co/report_post?id=568'><span class='report_icon'></span></a>
Using CSS:
<style>
.report_icon {
width: 60px;
height: 17px;
padding-left: 20px;
vertical-align: middle;
content: url(http://s10.postimg.org/7e5s3kasl/more_info.png);
float: right;
padding-right: 20px;
padding-top: 13px;
}
</style>
Clicking on the span
element does not take me to the specified href
.
If you want to see the code for yourself, visit: . The span
elements within the links represent usernames and the ellipsis "..." symbol.