Forum Moderators: open
When I put an image in a table cell, it adds 3 pixels of padding to the bottom, and sometimes top of the cell. Therefore, my images don't line up.
I've given tr, td, and img all zero padding, borders, and margins in the stylesheet, but I'm still getting the 3px padding.
Is there anything I can do to fix this?
*I am aware that this is bad practice in general, so please don't bug me about that.