Overview (Video)
Adding Images
To do add images to content such as Email Notifications and Waivers, you need to host the image elsewhere online and add an <img> tag to the HTML of your document, which points to the address of that hosted image.
The following are examples of how you would incorporate images hosted elsewhere (e.g. where your website images are stored).
Notifications
- Select Notifications from the Manage menu. Permission to Manage the account is required to see this top menu option.
- From the Email tab, click + New Notification or click on the Subject to edit the Notification.
- Next, scroll down to the Email section and select to edit the source code (< >) from the HTML tab.
- Here you can paste an image tag into your code, which points to where the image is hosted, for example:
<img src="https://www.checkfront.com/wp-content/themes/checkfront/resources/assets/images/checkfront-logo-color.svg" alt="Checkfront" style="height: 100px; width:100px;"> - Then, simply scroll down and Save your changes.
- You can view a Live Preview of the notification via the left-hand menu option.
![]() |
Align the image left, right or center using the HTML editor. |
![]() |
For more information on Notifications, please see our series of articles starting with: |
Waivers
- Go to Bookings and select Waivers & Documents.
- Click on Create Template or click on the name of an existing Template under Templates to edit.
- From the Template editor, choose to edit the source code (<>) from the toolbar.
- Copy and paste in your code, which points to where the image is hosted.
<img src="https://www.checkfront.com/wp-content/themes/checkfront/resources/assets/images/checkfront-logo-color.svg" alt="Checkfront" style="height: 100px; width:100px;" > - Don't forget to Save your changes and then click Preview to check them out!
![]() |
Align the image left, right or center using the HTML editor. |
![]() |
For more information on Waivers, please see our series of articles starting with: |