
The Problem:
If you create image heavy emails and you slice them up you might have seen some issues when you test your emails particularly in Hotmail or Gmail.
The most common problem is your images breaking where the slices have been made leaving annoying gaps in your email. Now if you are not after perfection then you may not care, but if you want your messages to be perfect we have a fix for this nasty issue below.
The Solution:
To solve this annoying problem you need to add some code to your image tags:
The code is: style="display: block"
Your image tag would then look like:
<img style="display: block" src="image url code.jpg">
No more annoying gaps. Yaaay!