I am using tinymce 4.0.1 and it automatically adds p tags when you either start typing or hit enter. How can I dynamically remove these p tags and then reinsert the content
You can remove "p" tag by adding forced_root_block : false to your tinymce setup or you can hide the status bar by statusbar: false
forced_root_block : false
statusbar: false