Posts Tagged ‘margin’


Gmail adding margins to images

Thursday, May 13th, 2010

It appears that a recent change to Gmail has automatically started adding margins around images.

Most people will not notice the change, but if you sending an email which requires to images to  be placed right next to each other you will may see a gap between them.

This can be remedied by adding a simple "display: block;" to your images like so:

<img src="image.png" style="display: block;" />