You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/content/email/visual-html-editor.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ You can navigate to the Visual HTML Editor in two ways:
15
15
16
16
From the **Select Editor** screen, select **Visual HTML Editor** and click **Build Email**.
17
17
18
-
## Visual Editor
18
+
## Visual editor
19
19
20
20
Use the visual editor on the right for a no-code option to design your email. With the visual editor, you can:
21
21
- Add or modify headings and text
@@ -42,15 +42,15 @@ To preview your email template, click the preview icon in the visual editor tool
42
42
43
43
From the preview screen, you can toggle between desktop or mobile to view the email in both displays.
44
44
45
-
## HTML Editor
45
+
## HTML editor
46
46
47
47
Use the HTML editor on the left to maintain your email template with code. Copy and paste existing code or build a new template in the editor.
48
48
49
49
Engage displays any changes you make to the HTML editor in the [visual editor](#visual-editor) in real-time. However, if there are any errors detected in your code, you must fix the errors before Engage displays your updates.
50
50
51
51
### Error flagging
52
52
53
-
Engage displays in-line error flags in the code editor to help you debug your code. If there are errors, Engage doesn't render any of the updated content in the visual editor until you've debugged your code.
53
+
Engage displays in-line error flags in the code editor to help you debug your code. If there are errors, Engage doesn't render any of the updated content in the visual editor until you debug your code.
54
54
55
55
## Personalize with merge tags
56
56
Add merge tags to personalize your message with user profile traits.
@@ -93,7 +93,7 @@ You can add unsubscribe links from the visual or HTML editor.
93
93
94
94
From the visual editor:
95
95
96
-
1. Select the link icon in the visual editor toolbar.
96
+
1. Select the link icon in the [visual editor](#visual-editor) toolbar.
0 commit comments