web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

CTA Buttons rendering terribly in Outlook

(0) ShareShare
ReportReport
Posted on by
How do I possibly fix rendering of buttons in Outlook? I've added mso code and it does nothing, RTJ just scraps it and does it own thing. How is it possible that Microsoft can’t render their own emails in their own inbox? Can someone please help me fix this. I’ve included an image of how they render:
 
I have the same question (0)
  • LoraHug Profile Picture
    16 on at
    Outlook desktop just ignores most modern CSS, and if RTJ is stripping your MSO/VML, the button will break no matter what you do. In practice, the only stable approach is to keep it a very simple table-based button with inline styles, no reliance on padding/background tricks, and avoid putting it inside components that RTJ rewrites. It won’t look perfect, but it will render consistently, which is about the best you can get with Outlook.
  • Suggested answer
    ManoVerse Profile Picture
    1,075 Super User 2026 Season 1 on at
    Lora is right here as this is expected behavior in Outlook on desktop. Outlook does not use a modern browser engine to render emails,  it uses the Microsoft Word rendering engine, which does not support <button> elements or modern CSS (flexbox, margins, border‑radius, etc.) which results that Outlook strips or rewrites the markup and renders buttons incorrectly, regardless of your mso styles. This is a known and long‑standing limitation, not an issue with your code. 
    Support solution is that you build buttons using : 
    1. Table‑based layout
    2. An <a> tag styled as a button
    3. Optional VML (conditional comments) if rounded corners are required in Outlook
    <button> elements will never render reliably in Outlook desktop.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 170

#2
ManoVerse Profile Picture

ManoVerse 144 Super User 2026 Season 1

#3
Jimmy Passeti Profile Picture

Jimmy Passeti 59 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans