<div class="Comment">
<div class="CommentAuthor">
<a href="account.php?u=1"><span></span>mark</a>
</div>
<div class="CommentTime">8 minutes ago</div>
...
</div>
And then the following css:
.CommentAuthor a {
display: block;
/* other font styling css here */
}
.CommentAuthor a span {
display: block;
height: 32px;
width: 32px;
background: url(myimage.png) no-repeat center center;
margin-right: 4px;
}
That should do it, but I'll throw together a test page when I get home to demonstrate it.
<div class="CommentIcon">
<a href="#">
<img src="link/to/icon.gif" height="32" width="32" alt="" border="0" />
</a>
</div>
It looks like you're new here. If you want to get involved, click one of these buttons!