开发者 | Tyrannous |
---|---|
更新时间 | 2018年8月2日 00:22 |
捐献地址: | 去捐款 |
PHP版本: | 4.6 及以上 |
WordPress版本: | 4.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
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 value1.5em
corresponds to your theme’smargin-bottom
of<p>
tags.
<div style="clear: both;"> </div>
)<br style="clear: both;">
, <br style="clear:both">
, <br style="clear: both;" />
, <br style="clear:both" />
)<br />
tag