I setup my editor-style.css, and the single style I setup in there makes it to the "Styles" dropdown list.
Here is what it looks like:
http://tinypic.com/r/2yls8av/7
As you can see, 'code' style makes it to the list, but there are many more styles in there that I don't care about. Is there any way to remove all these weird styles, or at least make them appear below my own defined ones?
E.g. wp-oembed, which is only found in
/var/www/wp-includes/js/tinymce/plugins/wordpress/css/content.css
as
img.wp-oembed {
border: 1px dashed #888;
background: #f7f5f2 url("../img/embedded.png") no-repeat scroll center center;
width: 300px;
height: 250px;
}
Why is that on the style list? It is quite annoying to have to scroll past junk entries to find the ones what I'm looking for.
Actually, the only reason I've installed TinyMCE Advanced is to setup inline tags in visual mode. Is there a simpler way to achieve that?