Hi there. I am trying to create a html newsletter and I keep getting 2-3 pixels space under each image. I already made the borders=0 but the spaces are still there (only at the bottom) Any ideas why this happens? Thanx. m.
If the next thing under the image is text, try adjusting the "line-height". I am just guessing here, because it could be white space, padding, etc.
It could be a padding issue. OR check the HTML, sometimes removing any whitespace immediately after the img tag and having the text immediately following it, helps
If you are not getting it solved by margin:0 then try giving negative values for margin! try some tricks! hope it works!