How to make tablecell's width fixed
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I'm a beginer to ASP.net. I have a question. I want to let the width of a 'td' fixed, and the text in 'td' wrapped if it is too long. Can anyone help me? Thanks!
-
I'm a beginer to ASP.net. I have a question. I want to let the width of a 'td' fixed, and the text in 'td' wrapped if it is too long. Can anyone help me? Thanks!
Set the width property of td = 150px or any width you want to set. Also set the nowrap property to true. Do good and have good.