Tinymce loses my inline styles from all elements. I've tried pretty much everything.
language : "fi", theme : "advanced", plugins : "style,paste,table,media,layer,fullscreen,autoresize", theme_advanced_disable : "help,sub,sup,anchor", theme_advanced_buttons1_add : "styleprops,fontselect,fontsizeselect,forecolor", theme_advanced_buttons2_add : "pastetext,pasteword", theme_advanced_buttons3 : "tablecontrols,hr,removeformat,media,fullscreen", remove_linebreaks : true, remove_trailing_nbsp : true, relative_urls : false, remove_script_host : false, entity_encoding : "raw", fix_nesting: true, theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_resize_horizontal : true, theme_advanced_resizing : true, theme_advanced_path_location : "bottom", file_browser_callback : 'myFileBrowser', valid_elements : '*[*]', inline_styles : true
I can't think there's much more things to allow user to do. But still. When i click my table, open properties, change width to 600 and look at HTML, it says style="width: 600px".
BUT, when i submit it, next page will not get that style attribute. This is making me mad and i don't know where to look, because pretty much anything i've done, has changed nothing. Is there a problem with my syntax that i can't see, because i'm too pissed or something? Any other ideas?
Thanks