我想使用保持输入文本的格式,但显示的文本跨越其父标签的边界
中的文本超出了其父级
的边界。如何解决这个问题呢?
据说可以缩短预格式化文本中的行长,但是如何做到呢?
我看过
<%# DataBinder.Eval(Container.DataItem, "Comments")
.ToString().Replace("\n", "<br />") %>
是c#吗?我是一名 PHP 程序员。
The text in <pre></pre>
steps beyond the boundary of its parental <div></div>
. How to solve this problem?
It is said that the line lengths in the preformatted text can be shortened, but how to do it?
I have seen
<%# DataBinder.Eval(Container.DataItem, "Comments")
.ToString().Replace("\n", "<br />") %>
Is it c#? I am a PHP programmer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 CSS 使文本换行:
如果您根本不希望更改文本格式,则此 CSS 将使用滚动条使所有文本都可见:
You can use CSS to make the text wrap:
If you don't want the text formatting changed at all, this CSS will use scrollbars to make all of the text viewable anyway:
尝试添加CSS:
Try adding CSS: