I still havent found any info on this that works.
How can I get the WYSIWYG editor to list my custom classes in the STYLE drop down field in the WYSIWYG editor.
I have TinyMCE Advanced activated and the styles drop down is there but how do i tell it to load certain classes I create?
I cant find this file that I keep reading is needed to make it work etc tadv-tinymce.css
The file that I do see is called tadv-styles.css
From the plugin site:
I don’t see any styles being imported in the “Styles” drop-down menu.
These styles (just the classes) are imported from your current theme’s style.css file. However some themes use “@import” links in the style.css to load the actual css file(s). Tiny doesn’t follow these links for now. To make the classes appear, add their names to tadv-tinymce.css file in the plugin’s folder. You don’t need to copy the whole classes, just add the names, like that:
.my_class{}
.my_other_class{}
iso