Fine-tune your code and customize it exactly how you want it.
Things you need to know:
When editing the source for the entire HTML document, you can update any part of the campaign, including the
<!DOCTYPE>
,
<head>
and
<body>
.
To edit the entire document source code:
Go to Campaigns > Email
Find and select the email campaign you want to edit.
In Drag-and-Drop Editor, expand the
UTILITIES
drop-down menu and select
Edit source
.
Edit the HTML in the
HTML editor
.
Be careful what you edit as you could break Drag-and-Drop Editor if you edit or remove the wrong thing.
Select Save .
While editing the source, you can use the toolbar to do the following:
Return to the design view
Select
Edit design
to exit the HTML source view and return to Drag-and-Drop Editor's normal view.
Insert a link
Select
Insert
, the link will be inserted at the current cursor position.
Insert a data field
Select a contact data field to insert it into your HTML code.
Insert an image
When inserted, you may need to add width and/or height attributes as these work better in some older email clients and stop the image from breaking the layout of your campaign.
The standard browser find-functionality doesn't work well in the code editor for various reasons. However, there is a powerful text search feature built-in that should allow you to do these actions:
Ctrl-F
Start searching
Ctrl-G
Find next
Shift-Ctrl-G
Find previous
Shift-Ctrl-F
Replace
Shift-Ctrl-R
Replace all
Use Command instead of Ctrl on a Mac.
If you'd rather use the HTML source editor than Drag-and-Drop Editor itself, simply add
<!-- eehtmlonly -->
to the top of the
<body>
part of your email, and then save. Next time you reload the campaign, it will automatically load in the HTML editor.
Remove this code if you want to return to using Drag-and-Drop Editor again.