New HTML editor stripping out my code | Community
Skip to main content
Yonder_Buslon
Level 2
July 20, 2015
Question

New HTML editor stripping out my code

  • July 20, 2015
  • 1 reply
  • 1752 views

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="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?

1 reply

Colin_Ryder
Level 4
July 20, 2015

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
July 20, 2015

That'll do! thanks!