I have HTML similar to this:
10条回答 心在旅途 (楼主) 2020-12-24 11:52 Fine then. You can use CSS word wrap property. Something like this : td.test /* Give whatever class name you want */ { width:11em; /* Give whatever width you want */ word-wrap:break-word; } 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Fine then. You can use CSS word wrap property. Something like this :
td.test /* Give whatever class name you want */ { width:11em; /* Give whatever width you want */ word-wrap:break-word; }