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
This could be useful. Like another answer it is just CSS.
td { word-wrap: break-word; }