Mam tinymce na stronie, chciałem go używać do edycji aukcji etc... Ale mam kilka problemów, mianowicie wszędzie wstawia mi tag <p></p>, usuwa tagi body, head, html,

do tagu <style type="text/css"> dopisuje dziwne (dla mnie) rzeczy:

<mce:style type="text/css" mce_bogus="1">
...
</mce:style>

oraz kopiuje je po kilka razy, jest jakiś sposób na to wszystko? Wertowałem trochę na http://wiki.moxiecode.com ale nawet nie wiem pod jaką frazą szukać...

Wrzucam swój startowy config:

Kod
// General options
mode : "textareas",
theme : "advanced",

plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,
motions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,co
textmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xht
lxtras,template,imagemanager,filemanager",

theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justify
enter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizesel
ct",

theme_advanced_buttons2 : "search,replace,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,anchor,code,
,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespe
l,fullscreen",

theme_advanced_buttons4 : "spellchecker,|,cite,abbr,acronym,del,attribs,|,blockquote,pagebreak,|,insert
ile,insertimage",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
cleanup : false,
content_css : "css/office.css",

template_external_list_url : "js/template_list.js",
external_link_list_url : "js/link_list.js",
external_image_list_url : "js/image_list.js",
media_external_list_url : "js/media_list.js",
paste_auto_cleanup_on_paste : false,


Dzięki za jakiekolwiek naprowadzenie oraz pomoc.