Problems with coding html newsletter

Hi
did anyone try to code an html based newsletter?
there is a persistent problem. each image placed in a table cell <td> gets an extra margin or gap on its bottom when displayed in gmail. I tried all the advices found in the net. (style=“display:block;” removed doctype …) nothing helps . Pls HELP!!!

Hi katzka. Welcome to the forums. :slight_smile:

Yes, HTML email is a pain. Display: block is the common fix for this, so I’m surprised it doesn’t help. Perhaps you could also try vertical-align: bottom. If that doesn’t help, post the code that is not working. :slight_smile: