The local-first HTML transpiler, cleaner, and extractor for bulletproof emails.
Or paste your signature code
Hi there,
This is a test email to preview your signature.
Best regards,
Outlook doesn't use a browser engine to render emails. It uses the Microsoft Word Rendering Engine — the same technology that powers your Word documents.
That means every modern CSS feature you rely on is silently ignored. display: flex does nothing. gap disappears. border-radius gets stripped. Even max-width is misinterpreted.
The only reliable layout method is deeply nested HTML tables with inline styles, VML shapes for backgrounds, and <!--[if mso]> conditional comments that modern browsers never see. Writing this by hand is painful. SigFix generates it automatically.
Real-world fixes for the most common Outlook signature problems.
Your avatar or logo renders at full resolution and breaks the layout. Outlook ignores CSS width — only HTML attributes work.
Avatar-left / text-right built with display: flex stacks vertically in Outlook. The Word engine doesn't understand flex containers.
CSS classes defined in a <style> block at the top of the signature are stripped entirely. All styles must be inlined.
margin: 0 auto and max-width are two of the most common Outlook offenders — the table stays left-aligned no matter what.
Drop in broken HTML, an AI-generated snippet, or raw text copied from an email. Any format is accepted.
Our local engine rebuilds the DOM tree to MS Word standards in under 1ms — inlining CSS, converting Flexbox to tables, and adding MSO shims.
Grab the bulletproof HTML source or copy Rich Text directly into your email client's signature settings — images, links, and formatting intact.
Your data never leaves your browser. All HTML parsing, CSS inlining, and DOM restructuring happens locally on your machine. We can't see your signature — and we never will.
Outlook for Windows uses the Microsoft Word rendering engine — not a browser — to display email content. This means modern CSS properties like display: flex, grid, gap, border-radius, and max-width are either ignored or misinterpreted. The only reliable layout method is nested HTML tables with fully inline styles.
The signature must be built using HTML tables for layout, with all styles inlined directly into the elements — no external stylesheets, no <style> blocks. Images need explicit width and height HTML attributes. For advanced layout, MSO conditional comments (<!--[if mso]>...<![endif]-->) can be used. SigFix handles all of this automatically.
No. Outlook 2013–2021 and Outlook on Windows completely ignore display: flex and display: grid. SigFix's AI Transpiler detects all flex containers and automatically converts them into equivalent <table> structures with proper valign and width attributes that Outlook understands.
No. SigFix is a one-time payment of $14 for lifetime access. No monthly fees, no renewal reminders, no surprise charges. You pay once and the tool is yours for as long as the product exists. Payments are processed securely by Paddle.com with a 30-day refund guarantee.