Hello Team,
I have created a HTML table inside action "Send an email (V2)" using HTML codes. Also I'm able to apply background to color to that table however the desired output is to apply background image to that table which is currently not actually happening.
Below the code I used inside style attribute for table but no output from the same.
"background:url('image_url.jpg');"
Also tried background="image_url.jpg" and tried with <body> tag using same attributes for style still no any output generated.
Inside the table we have content from outputs from several compose action for inserting images, text content and variables as well, I don't know if it is affecting for background image.
Much appreciated if I could get support and guide for the correct way to apply background image to HTML table created under "Send an email (V2)" action.