Welcome to Pardot,
multi-purpose layout template
This documentation will help you to install template on your Pardot account.
Get StartedGet Started
With the help of this documentation, you will able to install a template and keep it ready to send.
Link Images
Let's start with uploading all images and linking them to the template. You can change all this linked image with the Pardot editor.
-
Extract the ZIP file, you will found mailer.html code file in
Email Template
folder. Open mailer.html code file in the editor. Mostly when you right-click onmailer.html
you will see the option "Open with" and then click on "Atom". -
Login your Pardot account and go to
Marketing >> Content >> Files
. -
You will see the file upload window. You can drag and drop all images here from
images
folder or click on the "+ Upload Files" button to upload images. -
After upload image successfully, you will get a URL for each image. For example, like in the following image marked in red:
-
Copy that (location) URL and come back to code editor where your
mailer.html
file is open and replace the URL .For example, you have uploaded
icon_1.jpg
on Pardot. In your HTML, it will besrc="images/icon_1.jpg"
. You have to change it with the full URL which is given by Pardot. It will besrc="https://go.xxxxxxx.com/xxxx/xxxx/xxx/icon_1.jpg"
NOTE: You are also removing
images
from quote.Hint
- Copy only image name, for example
icon_1.jpg
- Come back to
mailer.html
in the code editor - Press Ctrl + F (or Command + F), find window will open. You can find image path with help of this window.
- Go Back to Pardot and copy the full path and replace it now.
- Copy only image name, for example
-
Replace all images path this way.
-
Save work by
Ctrl + S
orCommand + S
Installation
We are ready to upload the template on Pardot now.
-
Login your Pardot account and go to
Marketing >> Emails >> New Email Template
. -
Fill this information and
save
. -
Click on "Skip" button when asked to select a layout.
-
On opened window click on
HTML
tab. Copy code from your code editor and paste in code window. Marked in red here: -
Click on the "EDITOR" tab (Left to HTML tab) and you will see here your template with edit option. You can change text and images by clicking on this particular image or text.
-
Click on "Save Draft" or "Publish to Template" (Bottom right of editor) to save template.
Your email template is ready. You can find it here Marketing >> Emails >> Templates
. But make sure you are not filtering template list, otherwise, it might be not visible according to active filter criteria.