Litmus has been key in providing insight into improving my email template code base. Initially it took some convincing to justify the benefits of the tool but now it is recognized as being invaluable to our email creation process.
@meowsk
Started a new discussion: Bulletproof Buttons Clickable in Outlook on Windows
Thanks! I discovered this the other day and meant to post it.
Following this thread - I don't want to remove my Gmail promo code until they confirm it is in fact dead.
The webmail version was giving me these issues.
Not yet. From what I can tell it's an override built into 365. Super annoying!
Thanks Jason! Your info was very helpful. Good luck with that template! So far these are the things I have learned...
If you have hidden content in your email it must have a height:0; on both the surrounding div and table like so...
<div class="mobile" style="width:0;max-height:0;height:0;overflow:hidden;float:none;display:none;">
<table class="mobile" align="center" width="320" height="0" border="0" cellpadding="0" cellspacing="0" style="overflow:hidden;display:none;visibility:hidden;width:0;max-height:0;height:0;">
I also included it in my CSS in the head just to be safe...
.mobile {border-spacing:0;width:0;height:0;max-height:0;display:none !important;overflow:hidden;visibility:hidden;mso-hide:all;}
From what I can tell targeting mso has zero effect in Office 365.
I figured out that I needed to set the font-size and line-height to 0px to get my bulletproof button to disappear. I used Campaign Monitors tool to create my buttons and tried with their default code and got the same non-rendering issue so I will have to wait for either Microsoft to support bulletproof buttons or Campaign Monitor to find a fix.
Gotta love a new version of Office throwing a wrench in the system every time!
Started a new discussion: Office 365 Rendering Issues