Set background image in table in Email template

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…

Is there a way to completely disable auto-correction ?

Hello Vince,

We’ll be migrating from Sugar to SuiteCRM and one bug that has always frustrated me in Sugar is the Editor, especially the auto-correct for back-ground images as you point out.

I see that it’s still the case in SuiteCRM? Were you able to solve this?

Thanks for any reply.

Unfortunately not…