换行CSS

发布于 2025-01-05 04:46:20 字数 285 浏览 1 评论 0原文

我正在进行类似 Facebook 的聊天。问题是文本正在水平滚动,但我不想这样做。原始站点是 http://live-pin.com/ ,您可以在其中看到代码。请帮助我;)

编辑:您不需要注册,只需单击右下角的 System_MSG 栏即可。感谢您的帮助

不喜欢破坏

I'm doing a Facebook-Like chat. The problem is that the text is making a horizontal scroll and I dont want to. The original site is http://live-pin.com/ and there you can see the code. Please help me ;)

EDIT: You don't need to signup, you just click on System_MSG bar under the bottom right corner. Thanks for helping

No like breaking

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

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

发布评论

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

评论(1

失退 2025-01-12 04:46:20

那是因为您使用了不可破坏的空格 ( )。使用普通空格代替,文本将正确显示:

Hi visitor. We suggest you to sign in

将其更改为

Hi visitor. We suggest you to sign in

That's because you use non-breakable spaces ( ). Use normal spaces instead and the text will display correctly:

Change this:

Hi visitor. We suggest you to sign in

to this

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