Why Is My Email Formatting Incorrect When Sent
title: Why Is My Email Formatting Incorrect When Sent
description: Fix email formatting issues caused by copied styling or CSS conflicts.
Overview
Email formatting changes after sending due to copied styling or conflicting CSS in your template.
Common Causes
Cause | Description |
|---|---|
Copied styling | Pasted content carried over hidden formatting from the source |
CSS conflicts | Template contains style tags that interfere with rendering |
How to Fix
Option 1: Remove Formatting with a Tool
- Copy your email content.
- Paste into TextCleaner or similar tool to strip styling.
- Copy the cleaned text.
- Paste into the Templates editor.
Option 2: Edit HTML Directly
- In the template editor, click the Source Code icon (<>).
- Review and remove conflicting CSS style tags.
- Save the template.
Updated on: 03/07/2026
Thank you!