Is it possible to create an email template with a table that has an image as a background, but also includes a substitute background color for platforms that don't display the image by default?
I've experimented with the code below:
<table border="0" cellpadding="20" cellspacing="0" width="100%" style="background: #005a84 url(http://xxxx/email-bckg.jpg); background-repeat: no-repeat">
However, when testing this on Outlook, the background color seems to override the background image, even if I manually load the images.
Any thoughts or suggestions on how to solve this issue would be greatly appreciated!
Thank you so much in advance!