Attribute 'nowrap' is considered outdated. A newer construct is recommended. What is it?

后端 未结 4 1624
独厮守ぢ
独厮守ぢ 2020-12-29 02:03

I\'m getting an error when compiling this within an ASPX page using Visual Studio 2010:

    

4条回答
  •  粉色の甜心
    2020-12-29 02:47

    Although there's CSS defines a text-wrap property, it's not supported by any major browser, but maybe vastly supported white-space property solves your problem.

提交回复
热议问题