SyntaxFix
Write A Post
Hire A Developer
Questions
For standards compliant HTML5 add all this css to remove all space between images in tables:
table { border-spacing: 0; border-collapse: collapse; } td { padding:0px; } td img { display:block; }