Expand my Community achievements bar.

SOLVED

RTE not including empty tags

Avatar

Level 2

Hi All,

 

We have added custom rte plugins in the Rich-text component in our project where we need to include some html markup using the source edit plugin.

 

Currently we are facing the issues while including the empty tags. E.g. <div class="some-class"></div>

We need to include this and there is some js which will target this class and add some functionality.

 

When we are trying to add this div, as it is empty rte is removing that div from the markup.

 

Is there any setting that need to be done in order to allow empty tags in the source edit plugins ?

 

Thanks in advance.

Gajanan

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Are you adding only empty tags? <div class="some-class"></div>

try adding a  <p>&nbsp;</p> <div class="some-class">&nbsp;</div>

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Are you adding only empty tags? <div class="some-class"></div>

try adding a  <p>&nbsp;</p> <div class="some-class">&nbsp;</div>