I have a table which is built with the contents coming from a returned dataset. What I want to do is stop a \'description\' cell from expanding over 280px wide, no matter w
Simply set the max-width attribute to 280px like this:
This will solve your problem. 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
This will solve your problem.