How to clear floats in WYSIWYG editor? Not everyone know how to add <div style="clear:both>"
in HTML mode. Is there any way to add extra button to WYSIWYG or plugin. TineMCE doesn’t have that option.
Leave a Reply
You must be logged in to post a comment.
Write a simple shortcode to add a
<div style="clear: both;"> </div>
Detailed Explanation: http://brettterpstra.com/adding-a-tinymce-button/
Try the WordPress plugin TinyMCE Clear Float. It uses the following HTML markup:
<br style="clear: both;">
. Give it a try.Disclaimer: I’m the author of this plugin.