Skip to content

Commit 896bcbb

Browse files
committed
Add feedback from stakeholders
1 parent 93e2d8f commit 896bcbb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/engage/content/email/html-editor.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,13 @@ From the editor screen, you can click **Use HTML Editor** or **Use Visual Editor
121121

122122
The Visual Editor renders your HTML in an editable preview (similar to an email client), so you might need to accept formatting changes to your HTML to use the Visual Editor. In this case, Segment displays a confirmation modal with HTML differences.
123123

124-
Potential HTML changes include formatting and/or the removal of unsupported scripts in your HTML.
124+
Potential HTML changes may include formatting, removing attributes with potentially unsuported scripts in your HTML (for example, onclick or onblur), attribute reordering, and adding missing tags.
125125

126126
If you don't want to accept the changes required to use the Visual Editor, you can continue editing in the HTML Editor.
127127

128128
### Formatting your HTML
129129

130-
In the HTML Editor, you can use the **Format** button to address syntax issues like adding missing closing tags, reording attributes, or fixing indentation for readability.
131-
132-
Note that Segment only displays attributes with unsupported scripts (for example, onBlur or onClick) in the confirmation modal when you toggle between editors.
130+
In the HTML Editor, you can use the **Format** button to properly indent and format your code. Note that the Format button may not implement all changes necessary to use the Visual Editor.
133131

134132

135133
## Save the template

0 commit comments

Comments
 (0)