codeWarrior456
Technical User
Does anyone know how to force cell wrapping to occur? Here is the problem. I have an ASP page with a table on it. I need the cells in the table to be an exact width so that everything on the page lines up correctly. The problem that I am having though is that the table gets all of its values from a database. Some of the cells in the table contain comments, and some of these comments either have words that are longer than the cell width or several words strung together with no space between them. As a result the browser just expands the cell and this ends up messing up the spacing. What I want it to do though is just wrap the text, kind of like Excel does.
Anyone have any ideas on how to get this to work? Thanks in advance.
Anyone have any ideas on how to get this to work? Thanks in advance.