Posts: 457
Name: Randy
Location: Northern Wisconsin
|
There really isn't a hook for that since the javscript files aren't dynamic. You'd need to edit the javascript directly for the editor itself which is in wp-includes/js/tinymce. However, you really never want to edit core files since this would be overwritten on each upgrade.
You may want to try this plugin. It says it is only compatible up to 2.8.5 but I have just recently installed it on a 3.1 and it works fine so far. This allows much more control over the styling.
Of course, the other option is to switch to HTML view and just insert the html such as
Code:
<p class="blue-text>blah blah</p>
Last edited by racer x; 08-09-2010 at 08:54 PM..
|