WordPress 3.0 introducing another nicely featured. This what we really want it a long time ago. Custom Style on Content Editor.
Why this featured important? with this featured, we can show and live preview our content will be in the live site. The content before we publish will be show up exactly like on the front page.
To use this featured is simple, we need to put some hook or whatever we call it in our functions.php
add_editor_style();
So simple right? The next step is added new style/CSS code editor-style.css in your themes folder. Then began copy of your style.css that contain any code that needed to process for your content will be, example wp-caption, post link, image align and many more.
Thanks for DeluxeBlogTips to share it




Pingback: Tweets that mention How To Change Editor Style In WordPress 3.0 # WordPress Tricks & Tips -- Topsy.com
Thats a nice information on wordpress editing.
This IS an exciting addition.
But there’s work ahead. My first clue was when aligning feed images failed. My second clue was broken image alignment in the editor following markup of a second paragraph. With matched styles.css and editor-style.css files, I found that TinyMCE did not precisely mirror settings such as margins, padding, line-height or borders. Bugs ahoy!
All in all, the WordPress community has achieved a great update.
I was really amazed that we can now create custom style and that impressed me much. Great work!