Re: New HTML editor stripping out my code

Yonder_Buslon
Level 2

New HTML editor stripping out my code

So I have a snippet of HTML code using some old school code (background image) and it's being stripped out in the new editor.

The original code is:

<td background="http://go.rocketlawyer.com/rs/rocketlawyerinc/images/carrot_600_ffffff.png" class="carrot" style="background-repeat: no-repeat; background-position: left bottom;" width="600" height="26" valign="top" bgcolor="#F2F2F2">

But when I paste it in the new editor, the "background" code gets stripped out:

<td class="carrot" style="background-repeat: no-repeat; background-position: left bottom;" valign="top" bgcolor="#F2F2F2" width="600" height="26">

I know I can add in background image as an "inline style", but that would force me to fix A LOT of snippets.

Can you have it NOT strip out my old code?

2 REPLIES 2
Colin_Ryder
Level 6 - Champion Alumni

Re: New HTML editor stripping out my code

Hey Yonder

Speak to support but if this is not possible you can revert to the legacy editor in Admin / Email

HTH

Colin

Yonder_Buslon
Level 2

Re: New HTML editor stripping out my code

That'll do! thanks!