长词打破布局。 HTML 输入的 UTF-8 格式怎么样?

发布于 2024-08-11 22:41:37 字数 192 浏览 6 评论 0原文

想象一下,如果我在文本中有类似 [a href="this-is-a-very-big-link"]this is ok[/a] (用 [ 和 ] 切换 < 和 >)...并且这也是一个非常大的词。

我需要将第二个案例切成两行...

请注意,自动换行会杀死链接,因此它对于解决此类问题没有用处。

有什么想法吗?

Imagine if I have in a text something like [a href="this-is-a-very-big-link"]this is ok[/a] (switch < and > with [ and ])... And also this-is-a-very-big-word.

I need to cut the second case in two lines...

Notice wordwrap kills the link so it is not useful for solving this sort of problem.

Any idea?

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

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

发布评论

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

评论(2

花期渐远 2024-08-18 22:41:37

在CSS中:

word-wrap: break-word;

In CSS:

word-wrap: break-word;
动听の歌 2024-08-18 22:41:37

决定使用 www.php.net/wordwrap 上找到的breakLongWords()函数,

我知道使用word-wrap:break-word;会更好,但是当我现在尝试时,我发现 Firefox 还没有实现它,所以我想我必须将它保留在服务器端......

Decided to use the breakLongWords() function found on the www.php.net/wordwrap

I know using word-wrap: break-word; would be better, but as I tried right now I saw that Firefox doesn't implement it yet, so I guess I'll have to keep it on the server-side...

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