的替代品是标签?

发布于 2024-09-13 03:20:39 字数 322 浏览 1 评论 0原文

我正在寻找 HTML

 标签的替代品。使用 
 标签,长行有时会在不同的分辨率上出现问题,而且情况会变得越来越糟。问题是我需要使用 
 标签,因为将成为网站更新者的人不太了解 HTML,也没有时间。所以对他来说最简单的方法就是复制并粘贴文本。但是,虽然使用 
 标签使这一切变得更容易,但它会导致其他复杂性,使其他事情变得越来越困难。建议?

I am looking for a substitute for the HTML <pre> tag. Using the <pre> tag, long lines sometimes have issues on different resolutions, and it just gets worse and worse. The problem is I need to use the <pre> tag because the one who will be the updater of the website doesn't know much HTML and also doesn't have the time. So it would be easiest for him to simply copy and paste the text. But while using the <pre> tag makes that easier, it causes other complications down the line, making other things harder and harder. Suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

风透绣罗衣 2024-09-20 03:20:39

在服务器上使用 Markdown 或 Textile 等工具从简化的标记语言生成 HTML。

Use something like Markdown or Textile on the server to generate HTML from a simplified markup language.

念﹏祤嫣 2024-09-20 03:20:39

为什么你想要一个替代品?如果

 满足您的要求,请使用它。但我同意你的观点,使用 
 看起来不太好。

大卫有一个很好的建议。尝试搜索“将文本转换为 html”。如果您需要为正在构建的 CMS 提供所见即所得编辑器,请搜索“所见即所得 html 编辑器”。 TinyMCE 很受欢迎,YUI 2:富文本编辑器

Why would you want a substitute? If the <pre> does what you want, use it. But I agree with you, using <pre> is not going to look good.

David has a good suggestion. Try a search on "convert text to html." If you need a WYSIWYG editor for a CMS that you are building, search for "wysiwyg html editor." TinyMCE is popular, also YUI 2: Rich Text Editor

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