How to stop styling being stripped from email templates

I'm trying to include the following code in an email template: 

<img alt="VetSurgeon Jobs" src="">www.vetsurgeon.org/.../vetsurgeon-jobs.jpg" width="600" style="width: 100%; max-width: 600px; display: block; border: 0px;" border="0">

But when I save, Telligent strips out max-width. 

That is screwing up my email on retina screens. 

Anyone know how I stop it stripping max-width?

Parents Reply
  • Just in case anyone is following the rant I'm having with myself ... and might find this work around useful, the code stripper is letting me get away with: style="background-image: url('domainwithwwwsremoved/.../background-600.jpg'); background-repeat: no-repeat; background-size: cover;" Doesn't get round the retina issue, but it does allow me to add a background image which will be a bit blurry on retina screens, but I've added overlaying html text which will look sharp. 

Children
No Data