HTML attributes being remove on save
-
I’m trying to enter custom HTML in the editor for the Description of the landing page. The problem is that every time I save, the editor is removing my HTML attributes.
For example, if I type the following into the editor:
<div id=”my_cntr”></div>once I save, it becomes:
<div></div>Without the attributes, I’m not going to be able to customize the CSS the way I want. How do I prevent the attributes from being removed on save?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTML attributes being remove on save’ is closed to new replies.