Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个表格,显示可以编辑的内容。用户可以插入换行符,这必须反映在表格中(即应该保留换行符。)。我使用white-space:preline 的适用于 IE-8、FF 等。但在 IE-7 中,不显示换行符。我尝试使用word-wrap:break-word但它仍然对我不起作用......
white-space:preline
word-wrap:break-word
任何帮助,将不胜感激..
提前致谢..
该表表明whitespace:pre比 更广泛地支持white-space:preline。如果您不介意保留其他空格(制表符、多个空格等),您可以尝试使用它。
whitespace:pre