WordPress Tiny MCE won’t accept line breaks

I use TinyMce Advanced. In the TinyMce Advanced settings it gives you to the choice to stop removing the line-breaks. You might give it a try. This is the first plug-in I install after adding a WP Website. Link: http://wordpress.org/extend/plugins/tinymce-advanced/

Best Browser for Editing Posts

TinyMCE is generally cross-browser compatible. However they provide the best support for IE, Firefox and Safari. I’ve never ran into problems with my beloved Opera too. http://www.tinymce.com/wiki.php/Browser_compatiblity If there are any bugs they’re mostly not browser-dependent, but if they are – try Firefox, Safari, Opera, IE – in that order.

How to display TinyMCE HTML view?

After analyzing sources of /wp-admin/ I realized that TinyMCE HTML view is just another textarea… Anyways, here’s the answer (everything works like a charm excepting the “img” button, but you can hide it easily with CSS – #ed_img {display: none} ). <div id=”postdivrich” class=”postarea”> <div id=”editor-toolbar”> <script type=”text/javascript” src=”http://localhost/wordpress/wp-includes/js/quicktags.js?ver=20110502″></script> <script type=”text/javascript”>edToolbar()</script> </div> <div id=’editorcontainer’> <textarea … Read more

TinyMCE doesn’t work correctly in the Media Modal Window

i had the same “problem” just two days ago. Finally it worked somehow but wasn’t reliable at all. Switching editors just didn’t work occasionally and as said, wasn’t a reliable solution. The only reason to use tinyMCE here was the ability to add links to attachments. I took an other route and came to this … Read more