El codigo q tengo es:
Código PHP:
tinyMCE.init({
mode : "exact",
force_br_newlines : true,
width :"600",
height:"300",
theme_advanced_resize_horizontal: false,
mode : "textareas",
theme : 'advanced',
elements : "div2",
theme_advanced_toolbar_location : 'top',
theme_advanced_buttons1 : "bold,italic,underline, undo,redo,fontsizeselect,spellchecker,|,justifyleft,justifycenter,justifyright,justifyfull",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_buttons4: "",
theme_advanced_toolbar_align : 'left',
plugins : "paste,spellchecker",
spellchecker_languages : "+spanish=es",
extended_valid_elements : "td[*],div[*],form[*],input[*]"