How to Embed an Image in Engagement Campaigns
Here's a quick guide on how to add an image to your engagement campaign
To Embed an Image
Navigate to your desired Campaign > Design and choose the page you would like to add an image. Go to the Description and select Edit HTML.

To embed an image, use the following code and replace "image.jpg" with your image URL:

<img src="image.jpg" alt="Link to Example" />
To Embed an Image with a Link
Go to your Campaign > Design and choose the page you would like to add an image. Go to the Description and select Edit HTML.
To add a link, use the following code and replace "image.jpg" with your image URL and "Link to Example" with your link:
<a href='YOUR URL'><img src="image.jpg" alt="Link to Example" /></a>
To Embed an Image with Additional Images
Go to your desired Campaign > Design > Custom CSS / JS. From the right-hand menu, click + Add Image to upload a new file or select one from your library. Once selected, a unique Image URL will generate automatically. Copy this URL and paste it directly into your code to embed the image.
Note: You can repeat this process to upload and manage multiple images for your campaign.
Still need assistance? Please reach out to your Customer Success Team or contact support@tradablebits.com