Drupal 从页面正文中删除标签

发布于 2024-11-13 03:27:35 字数 271 浏览 3 评论 0原文

如何阻止 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℉服软 2024-11-20 03:27:35

您使用什么输入过滤器?听起来好像用错了。

听起来您可能正在使用纯文本或过滤后的 HTML。

来自 Drupal,过滤 HTML 的详细信息:

• 网页地址和电子邮件地址自动变成链接。
• 允许的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:

• Web page addresses and e-mail addresses turn into links automatically.
• Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
• Lines and paragraphs break automatically.

To see and configure your input filters go to admin/settings/filters or /admin/config/content/formats/filtered_html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文