<p style="color:#fff; font-family:Arial,helvetica,sans-seriff; font-size:10pt; font-weight:normal">Hi there, remember to add <a style="color:#fd8fc6; text-decoration:none;" href="#">somuchmore@meccabingo.com</a> to your address book! And if you are having trouble viewing this email then view me in your browser</p> </td>
<p valign="top" style="padding:0px 15px; margin-top:0px; font-family:Arial, helvetica, sans-seriff; font-size:10pt;">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. <br><br>
<td style="width:560px;" width="560" bgcolor="ffffff"> <p valign="top" style="padding:0px 15px; margin-top:0px; font-family:Arial, helvetica, sans-seriff; font-size:10pt;">If you wish to <a style="color:#82244a; text-decoration:none; " href="#">unsubscribe from our mailing list</a> then we’ll be sad to see you go, but it would be nice to know why you’re leaving us. <a style="color:#82244a; text-decoration:none;"href="">We’d love your feedback. </a>
</p>
<p style="padding:0px 15px; margin-top:0px; font-family:Arial, helvetica, sans-seriff; font-size:10pt;"><a style="color:#82244a; text-decoration:none; " href="">Mecca Bingo </a>is part of the <a style="color:#82244a; text-decoration:none;" href="">Rank Group</a></p>
<p style="padding:0px 15px; margin-top:0px; font-family:Arial, helvetica, sans-seriff; font-size:10pt;">Licensed and regulated by The Alderney Gambling Control Commission</p>
<p style="padding:0px 15px; margin-top:0px; font-family:Arial, helvetica, sans-seriff; font-size:10pt;">Know your limits. Please play responsibly</p>
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....
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....
looks wrong as you have two widths going on.
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....
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?
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....