http://wiki.moxiecode.com/index.php/TinyMCE:FAQ
So if you really really must use BR elements for some odd reason then set this in your init code:
tinyMCE.init({
forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false
});
http://wiki.moxiecode.com/index.php/TinyMCE:FAQ
So if you really really must use BR elements for some odd reason then set this in your init code:
tinyMCE.init({
forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false
});
没有评论:
发表评论