New Outlook HTML Signature Not Applying: How to Fix Formatting
🔍 WiseChecker

New Outlook HTML Signature Not Applying: How to Fix Formatting

You create an HTML signature in the new Outlook for Windows, but it appears as plain text or loses its formatting. This happens because the signature editor may not fully support complex HTML or CSS. This article provides steps to fix signature formatting and ensure it applies correctly to your messages.

Key Takeaways: Fixing HTML Signature Formatting

  • Settings > Compose and reply > Edit signature: Use the built-in signature editor for basic formatting to ensure compatibility.
  • Paste as plain text (Ctrl+Shift+V): Strip hidden formatting from copied HTML before pasting it into the signature editor.
  • Use inline CSS styles: Apply font and color styles directly to HTML tags instead of using external style sheets.

Why HTML Signatures Lose Formatting in New Outlook

The new Outlook app uses a different rendering engine for its signature editor compared to the classic desktop version. It is designed for web-based email standards, which can be more restrictive. Complex HTML code, external CSS links, or scripts copied from web pages often get stripped out for security and compatibility reasons.

The editor itself has limitations. It may not support certain CSS properties, advanced table layouts, or specific HTML tags. When you paste content from another source like a website or a Word document, extra metadata and formatting can corrupt the signature’s HTML structure, causing it to display incorrectly.

Prerequisites for a Working Signature

Before creating a signature, ensure you are using a work or school Microsoft 365 account or an Outlook.com account. The new Outlook must be set as your default mail app in Windows 11 or Windows 10. You also need a stable internet connection, as the signature data is stored in the cloud.

Steps to Create and Apply a Correctly Formatted HTML Signature

Follow these steps to build a signature that will keep its formatting when you send emails.

  1. Open the signature settings
    Click the Settings gear icon in the top-right corner of the new Outlook window. Select Mail from the sidebar, then click on Compose and reply. Find and click the Edit signature button.
  2. Clear the editor and paste plain text
    If you are pasting text, first paste it into a plain text editor like Notepad to remove all formatting. Then copy that plain text and paste it into the Outlook signature editor. This gives you a clean starting point.
  3. Use the built-in formatting toolbar
    Use the editor’s own buttons to apply formatting. Highlight your name and use the font dropdown, size selector, and color picker. To add a hyperlink, highlight the text and click the link icon. For a logo, use the Insert picture button instead of pasting an HTML image tag.
  4. Set the signature for new messages and replies
    Below the signature editor, use the dropdown menus to assign this signature to your New messages and to Replies/forwards. If you have multiple email accounts, ensure you select the correct account for each dropdown.
  5. Save and test the signature
    Click the Save button at the bottom of the signature pane. Close the Settings window. Open a new email message to verify your signature appears with the correct formatting.

Method for Advanced HTML Code

If you must use custom HTML code, simplify it first. Write your signature in a proper HTML editor, using inline styles. For example, use <p style=”font-family:Arial; color:#000;”> instead of a separate style block. Copy the final HTML code, paste it into the signature editor, and save immediately.

Common Signature Formatting Problems and Solutions

Signature Appears as Plain Text or Code

This means the HTML was not recognized. You likely pasted raw code into the editor. The fix is to use the built-in formatting tools for all styling. Do not paste code from an external HTML file. Recreate the signature manually within the Outlook editor.

Images or Logos Do Not Display

Images linked from a website often fail to load for the recipient. Always use the Insert picture button within the signature editor. This uploads the image to Microsoft’s servers and embeds it correctly. Avoid using file paths like C:\ or web URLs.

Font and Colors Change When Sending

The recipient’s email client may override styles. To minimize this, use common web-safe fonts like Arial, Verdana, or Georgia. Use simple, solid colors defined in hex code via the color picker. Avoid complex gradients or font families that are not widely available.

Signature is Missing from Some Emails

Check your signature assignments in the signature settings. Each email account has separate dropdowns for new messages and replies. If you switch between accounts in the new Outlook, ensure the correct signature is assigned to each one.

Built-in Editor vs. Custom HTML: Key Differences

Item Built-in Signature Editor Custom HTML Code
Compatibility High, works across all devices Low, may break in other email clients
Formatting Control Basic font, color, alignment Full control over layout and design
Image Handling Automatic upload and embedding Requires hosted image URLs or risky local paths
Setup Complexity Simple, no code required Complex, requires HTML/CSS knowledge
Risk of Formatting Loss Low High, especially in new Outlook

You can now create and apply HTML signatures that keep their formatting in the new Outlook. Start by using the built-in editor’s tools for the most reliable results. For a consistent look, create a simple template with your logo, name, and job title using standard fonts. An advanced tip is to create your signature in a separate HTML file, test it in a web browser, and then only copy the simplified body content into the Outlook editor.