- 1 Minute to read
- Print
- DarkLight
HTML Code View
- 1 Minute to read
- Print
- DarkLight
Overview
The HTML Code View is the default content editor when creating an email message. It highlights HTML syntax and line numbers, making it easy to insert, edit, or paste HTML code—often created in external tools. This interface is essential for users who prefer direct control over the layout and structure of their email messages.
Navigation Path
Go to:
Create New > Message > Email Message > HTML Email, or
Messages > Draft Messages > Email > Edit, or
Messages > Prepared Messages > Email > Editge > Email Message > HTML Email
Follow the email creation process until you reach Step 2 - Content.
The HTML Code is the default view that is displayed.
Options
Option | Description |
---|---|
HTML Format | Provides basic formatting options for the HTML code. |
Minimize | Collapses the code into a single line, removing indentation and structure. This can reduce the size of your email. |
Auto Indent | Automatically restructures the HTML code by indenting blocks for better readability. Each tag appears on a new line. |
Personalization | Opens tools for inserting and navigating personalization placeholders within the code. |
Previous Personalization | Jumps to the previous personalization tag in the code. |
Next Personalization | Jumps to the next personalization tag in the code. |
Undo | Reverts the last change made to the code. |
Redo | Reapplies the last undone change. |
Best Practice
Use double quotation marks for hyperlinks to ensure email client compatibility:
✔ Correct: <a href="http://www.google.com">Click here!</a>
✘ Incorrect: <a href='http://www.google.com'>Click here!</a>