Monday, September 20, 2010

Tiny MCE - "p" Tag problem in TinyMCE

When you use tinymce, sometimes you may find there's automatically creating a "p" tag. it will create some problem when you retrive data from the database, so you can do following change and it will not come again

change forced_root_block:'p' in tiny_mce.js to forced_root_block:''

No comments:

Post a Comment