Remove Paragraph p Tags in TinyMCE
In order to remove the paragraph or p tags that automatically gets inserted by TinyMCE, open the tinymce.js file and include the following lines:
force_p_newlines : false,
force_br_newlines : true,
forced_root_block : '',
1 comment:
very helpful! thanks!
Post a Comment