Lessons, tips, and experiences from venturing through the realms of technology and software.

Sunday, June 7, 2009

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:

Anonymous said...

very helpful! thanks!

This site is a Coconuter production