【问题标题】:How to avoid the automatic generate </br> tag when using Table into WordPress Plugin EditorWordPress插件编辑器中使用Table时如何避免自动生成</br>标签
【发布时间】:2016-10-25 13:05:30
【问题描述】:

我正在使用 WordPress Event plus 插件,这个插件有一个编辑器,其中 放活动细节。当我使用表格时,我会在浏览器上看到事件详细信息 自动生成这么多&lt;/br&gt;之前的表格内容。

但是当我在 WordPress 编辑器中使用表格时,生成的 No &lt;/br&gt; 数据正确显示。

如何避免此类问题?

【问题讨论】:

    标签: php wordpress events plugins


    【解决方案1】:

    可能你的代码是这样的

    <div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,</div>
    
    remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with 
    
    <span>desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span>
    

    如果是,请删除所有这样的输入

    <div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,</div>remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with<span>desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span>
    

    【讨论】:

      猜你喜欢
      • 2018-12-09
      • 1970-01-01
      • 1970-01-01
      • 2018-07-13
      • 2014-09-17
      • 2015-08-14
      • 2017-07-31
      • 2016-12-25
      • 1970-01-01
      相关资源
      最近更新 更多