Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with HTML email Volume 2

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #39459
    antonio_89
    Participant

    Hey guys!

    I need help with debugging an email i’m working on at work.

    The problem is simple:

    Gmail and Outlook break.

    The following image is a screenshot of the broken email in gmail:

    https://www.dropbox.com/sh/9kh9fwo3f1s36lv/McAm6lPy11#f:mailScreenshot_01.jpg

    And this is how IT SHOULD look like:

    https://www.dropbox.com/sh/9kh9fwo3f1s36lv/McAm6lPy11#f:mailScreenshot_02.jpg

    It seems that gmail is stretching out the TD’s containing the actual content. I have tried to specify a width but that didtn work.

    Any help would be GREATLY appreciated.

    Below is my code….






























    Mecca Bingo logo

    Hi there, remember to add [email protected] to your
    address book! And if you are having trouble viewing this email then
    view me in your browser





































































    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac congue lectus. Sed ut mi sapien. Nulla malesuada quam vel lacus pellentesque eget semper tellus pellentesque. Sed non tempor tellus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere.



    Play cashline

























    Cashline game!

    Lorem ipsum dolor sit amet, consectetur adipiscing elit.

    Sed ac congue lectus. Sed ut mi sapien.



    Nulla malesuada quam vel lacus pellentesque eget semper tellus pellentesque..



    Play cashline










    If you wish to unsubscribe from our mailing list then we’ll be sad to see you go, but
    it would be nice to know why you’re leaving us. We’d love your feedback.



    Mecca Bingo is part of the Rank Group



    Licensed and regulated by The Alderney Gambling Control Commission



    Know your limits. Please play responsibly



    Visit www.gambleaware.co.uk for advice.

























    #108247
    Paulie_D
    Member

    I can’t swear that it’s this because we can’t see it live (perhaps you could put it up in Codepen) but this

    looks wrong as you have two widths going on.

    #108248
    antonio_89
    Participant

    Hi Paulie,

    No, its not that…. though i will strip them out as they are unecessary. I Just decided to specify two width just in case gmail and outlook dont recognize the old skool table styling tags…. but as it turns out, it completely ignores them.

    Codepen wont display the images thoug, would it? And i dont really want to upload it to a live server….

    #108249
    Paulie_D
    Member

    Codepen can display images if they are hosted somewhere.

    If not use placeholder images the same size:

    http://www.placehold.it/ or http://lorempixel.com/

    Also, can you not strip out the majority of the inline styles and just put them in the head like normal css?

    #108250
    antonio_89
    Participant

    AHA!

    Found the issue. I validated my code and turns out ive got a few rogue tags here and there and its all working perfectly now!

    God html emails are a pain….

    #108252
    Paulie_D
    Member

    I would suggest that you look at Mailchimp. They look pretty good to me and I’m giving them a spin in my next mailout.

    #108256
    antonio_89
    Participant

    Thanks dude! I’m already using mailchimp to run my tests – its an awesome service!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.