Linux 软件免费装

TinyMCE Clear Float

开发者 Tyrannous
更新时间 2018年8月2日 00:22
捐献地址: 去捐款
PHP版本: 4.6 及以上
WordPress版本: 4.9
版权: GPLv2 or later
版权网址: 版权信息

标签

tinymce formatting wysiwyg wordpress editor clear clear floats

下载

1.2.0 1.2.1 1.2.2 1.3.0 1.3.1 1.3.2 1.1

详情介绍:

Adds a button to the WordPress TinyMCE editor to clear floats.

屏幕截图:

  • Before: Floated images in the editor. The second image overlaps the first.
  • After: Added clear tag (see new icon in second toolbar).
  • Markup in the Text Editor (notice `<br style="clear: both;">`).

常见问题:

Which HTML markup does the plugin use ?

Line breaks with inline styles (<br style="clear: both;">).

Note: TinyMCE wrapps line breaks in paragraphs which may lead to additional margins depending on your theme. To prevent these margins paste the following in the “Custom CSS” part of the Customizer: p > br[style="clear: both;"]:only-child { content: ''; display: block; margin-bottom: -1.5em; } The value 1.5em corresponds to your theme’s margin-bottom of <p> tags.

更新日志:

1.3.2 (08/01/2018) 1.3.1 (05/20/2018) 1.3.0 (05/19/2018) 1.2.2 (05/25/2017) 1.2.1 (03/30/2017) 1.2.0 (01/26/2017) 1.1 (05/10/2010) 1.0 (04/28/2010)