Hi, I want to apply some classes to the element being edited in mce instance, which will be added to the style tag in head at run time. The class name gets added to the element which is being edited inside tiny mce, but I can not see the effect of applied style. Do I need to do something with the init ? How can I refer to the style sheet added in head tag of the page itself in content_css ? Can I add multiple css to tiny mce ?
Thanks in advance