I have a table with width of 250 px, I am creating this table using a stringbuilder, but when I add long strings to table data, the data renders as one long line, it does not stay in table.
When I use firebug I see that the table is 250 px, but data does not wrap within it.
Help pls! thanks!
EDIT: was using whitespace:nowrap; from another CSS which was messing it all up. thx for help