Background-image does not work because suitecrm replaces my simple quotes by double-quotes.
My (working) code :
<table style="height:349px;width:960px;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:24px;color:#fff;padding:0;margin:0;border-spacing:0;background-color:#003774;background-image:url('https://mysite.com/img/myimage.jpg');">
What SuiteCRM editors does to it :
<table style="height:349px;width:960px;font-family:Arial, Helvetica, sans-serif;font-size:20px;line-height:24px;color:#fff;padding:0;margin:0;border-spacing:0;background-color:#003774;background-image:url("https://mysite.com/img/myimage.jpg");">
I’m clueless…