summersabra
New Member
I can't seem to get these two images to sit right on top of each other. They are both in there own rows in a HTML table (I'm making a html email) but I can't seem to remove the 5px between them. Here is my code\[code\]<table width="200" height="200" cellpadding="0" cellspacing="0" border="0" style="border- spacing: 0; border-collapse: collapse;border-collapse: seperate;"><tbody><tr><td width="100" height="100"><img width="100" height="100" src="https://img.createsend1.com/img/templatebuilder/placeholder-image.png" /></td></tr><tr><td width="100" height="100"><img width="100" height="100" src="https://img.createsend1.com/img/templatebuilder/placeholder-image.png" /> </td></tr></tbody></table>?\[/code\]its also on jsfiddle if that helps