1
votes

I'm trying to insert a div element inside the tinyMCE editor, but each time I insert one it's inserted in a separate line! what I want is to insert the div inline with the text already existing! Can anyone help?

P.S: text is included directly in the editor's body (I've eliminated p elements)

Thanks

1

1 Answers

0
votes

Tinymce needs those root elements in order to be able to style lines of text. There are several means to get rid of unwanted tags onSubmit, but that depends on the use case.