Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sandy, The problem is probably not the code because it's working everywhere except Outlook for Mac (business edition) when having the New Outlook option enabled (See screenshot). The free Mac version works well.That problem occur a few months ago when Microsoft did an update, and they released a ...
Hi Sandford,Unfortunately, I don't have a German cell phone number either...
Hi Juliana, I did not! But i suspected the same thing, and I'm not sure where it's coming from.Eric
Hi Sandford, here is the entire logo module. But it happens on any links; images, texts, and HTML buttons. And only with T-Online.de
Anybody has this issue when sending emails to T-Online.de webmail?As soon a link is set on an image, in the text, or on an HTML button, part of the link renders as text in the email. It only happens with this email client no matter the way links are added; directly in the template (for example a lin...
@media only screen and (max-width:700px) { table.tableCollapse {width:100%!important;} }
And last thing, max-width is an unsupported CSS, all your tables that use max-width won't work in Outlook. For example, you really need to use an attribute width="500" combined to an inline CSS style="margin:0px auto; width:500px;". The margin:0px auto will center the table in Yahoo. That table will...
Also, you use a really large image. 1920x1042 px for an email is large and heavy. You can resize your image at 2x. For example, if your banner is 500px wide, have a physical width of 1000px max.
You need to format your image correctly and use supported inline CSS. This is your code for the top banner:You should use this code instead:
- You need a width attribute (width="500")- Do not use a height attribute- You need a class to resize your images (See below)- You need a border attribute (...
When the HTML content in an email is automatically copied over the text version, is there a way to have an empty line between two modules so the Text version is easier to read. For example, in my HTML version I have a few modules:- Title- Body text- CTA- FooterThere is spacing between these two modu...