Setting a background image for text is not a standard feature of Act-On, however, you can easily add in your own background images using a little custom in-line CSS.
Essentials to Get Started
- The URL to your image (it must be hosted online) - to make it easy, you can simply upload it to your Act-On Image Library and use the Public URL for that image
- A Draft/Template in Act-On that needs a background image
Instructions
- In the Act-On Email Composer, navigate to Design > Download Creatives
- Open the HTML file and in the opening brackets of your <p> element, insert the following in-line CSS:
style='padding-top: 20px; height: 400px; background color: #003b5c; text-align: center; vertical-align: middle; background-image: url('URL to your image');'
- Copy and paste the URL to your image into the in-line CSS
- Set a fallback 'background-color' in the styling because not all email clients will support your background image
- Save your HTML file
Notes:
- Adjust the positioning and size of your image to fit within the constraints of your message
- Act-On support cannot troubleshoot custom code