Here's the problem. Website is a issueTracker. Uses a roster type list of issues, with some links in the last colums for "delete, edit, etc...."
Currently each link is done with a image,
<a href="test.do?id=8"><img src="/images/edit.png"/></a>
Pretty basic stuff. Image shows correctly, and...