tinyMCE - startup without p tag

November 12, 2008 · Print This Article

Since the new release of tinyMCE (3.x), every opened editor starts with a p tag. To circumvent this behaviour, place the following line into your init function of the editor:

example:

tinyMCE.init({
...
forced_root_block : false,
...

That’s it. The editor now starts without any html tags.

Comments

Got something to say?