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!![]()
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!![]()
This site might be helpful to show you the different quirks different email clients have: http://www.email-standards.org/
If you want more help with your code, please post it here.
Good luck!
I found the solution that use display: block will effect
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:
This does not affect the other email administrators.HTML Code:<img style="display:block;" src="etc..." alt="" />
Regards
Bookmarks