Results 1 to 4 of 4

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

  1. #1
    Join Date
    Mar 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question HTML Email - Row Spacing in Mozilla(Opera, Firefox, Safari, Google Chrome) not IE

    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!

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    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!

  3. #3
    Join Date
    Mar 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I found the solution that use display: block will effect

  4. #4
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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:

    HTML Code:
    <img style="display:block;" src="etc..." alt="" />
    This does not affect the other email administrators.


    Regards

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •