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.
Try setting margin: 0 and padding: 0 on the elements that have this extra spacing. It is usually a good idea to implement some sort of CSS Reset to make sure all elements are cleared of these annoying default attributes such as margins and padding.
margin: 0
padding: 0