Hello i\'m trying to build a table cell using div tag and while doing so. i get this extra spacing after my img a tag within the cell.
Aside from the fact that you should use tables for tabular data, I think that setting display: block on the image will remove the space. If that doesn' work, try to make a jsFiddle page to show off the problem.
display: block