Log in

View Full Version : HTML Email - Row Spacing in Mozilla(Opera, Firefox, Safari, Google Chrome) not IE



agiko
03-26-2009, 03:54 AM
I met a problem: while you check the html mail(like hotmail, etc) use Mozilla browser(Opera, Firefox, Safari, Google Chrome) not IE, you will find spacing between table rows too, i don't know why? Can anybody help me, very thanks!:confused:

Snookerman
03-26-2009, 06:44 AM
This site might be helpful to show you the different quirks different email clients have: http://www.email-standards.org/ (http://www.email-standards.org/)

If you want more help with your code, please post it here.

Good luck!

agiko
03-26-2009, 11:45 AM
I found the solution that use display: block will effect

CraToS
06-03-2010, 01:53 AM
It seems to be a known bug in Gmail. Just have to add a display block property to EACH of the images you use, like this:


<img style="display:block;" src="etc..." alt="" />

This does not affect the other email administrators.


Regards