El código del TinyMCE:
Código:
Los estilos que cargué en el archivo rtf_editor.css:<script type="text/javascript"> tinyMCE.init({ mode : "exact", elements : "detalle", theme : "advanced", language : "es", width : "350", height : "280", plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,autosave,advlist,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,imagemanager,filemanager", theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent,|,styleselect", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true, content_css : "rtf_editor.css" }); </script>
Código HTML:
@charset "utf-8"; /* CSS Document */ .negrita-bordo-14{ font:bold 14px Arial, Helvetica, sans-serif; color:#660000; } .negrita-negro-14{ font:bold 14px Arial, Helvetica, sans-serif; color:#000; }
Desde ya muchas gracias!