• Noticing that in the last update or two certain code that used to be left untouched is being stripped when switching back between the visual / html modes. Turning off the visual editor is not an option for our users which depend on it.

    Anyone have any ideas on how can we implement the following code without it getting completely deleted?

    <div class="button_1">&nbsp;</div>
    
    or
    
    <p class="button_1">&nbsp;</p>

    We’re also noticing that breaks are being replaced with non-breaking spaces ….

    <br /> becomes &nbsp;

    Any feedback greatly appreciated.

  • The topic ‘Editor Stripping Code that Was Previously Ok to Use’ is closed to new replies.