Drupal 从页面正文中删除标签
如何阻止 Drupal 从页面正文中删除标签?
如果我创建一个组织好的页面,例如
<p>blah blah</p>
<p>blah blah 2</p>
当我返回并编辑时 - 它会删除 p,当我发布时,即使没有编辑它也会变成这样
blah blahblah blah2
这真的很烦人,尤其是在编辑包含大量内容的页面时 - 因为我必须重做一切..!!
How do I stop Drupal from removing tags from the body of a page??
If I create a page that is organized such as
<p>blah blah</p>
<p>blah blah 2</p>
When I go back and edit - it removes the p and when I publish even without editing it turns into this
blah blahblah blah2
It's really annoying especially when editing pages with a lot of content - because I have to redo everything..!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用什么输入过滤器?听起来好像用错了。
听起来您可能正在使用纯文本或过滤后的 HTML。
来自 Drupal,过滤 HTML 的详细信息:
要查看和配置输入过滤器,请转至
admin/settings/filters
或/admin/config/content/formats/filtered_html
What input filter are you using? It sounds like the wrong one is being used.
Sounds like you might be using either plain text or filtered HTML.
From Drupal, details for Filtered HTML:
To see and configure your input filters go to
admin/settings/filters
or/admin/config/content/formats/filtered_html