TinyMce automatically add "<p>
" in new lines.
You can set this option in tinyMce initialization like this:
tinyMCE.init({
mode : "textareas",
theme : "advanced",
force_br_newlines : false,
force_p_newlines : false,
forced_root_block : '',
});
Hope it will help
Fonski
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…