print logo

Html-Tipps: Wie Sie weiße Balken und Lücken in Ihrer E-Mail vermeiden

Erfahren Sie hier, wie Sie Ihren E-Mail Html-Code für verschiedene E-Mail-Provider anpassen sollten.
30.05.11

When coding a newsletter with HTML, there are several email clients you must account for and each has a slightly different way of handling images. If you’re using Hotmail, Gmail or Outlook you may have noticed a thin white band or gap splitting one or more of the images in your HTML email. This also seems to be a problem with users of Firefox, Safari, Opera and Chrome (though not Internet Explorer).

For Hotmail users, correcting the issue requires the simple insertion of the following code into the top of your HTML file:

img {display:block}