Hello,
I'm trying to set a fixed width for my table cells, but if I specify the width, and the person shrinks the browser width, the cell shrinks down to lower than the specified width, and the contents of the cell wraps.
However, what I'd like the cell to do in this case is remain at this width so the data doesn't wrap. I also do not want the cell to increase in size if the user widens the browser. If the data is too wide for the fixed width, I want the data to wrap in this case.
Is there a way to do this? I'm basically trying to set the width of the cell in the TD tag to remain at a certain width no matter what.
Thanks,
Peter
I'm trying to set a fixed width for my table cells, but if I specify the width, and the person shrinks the browser width, the cell shrinks down to lower than the specified width, and the contents of the cell wraps.
However, what I'd like the cell to do in this case is remain at this width so the data doesn't wrap. I also do not want the cell to increase in size if the user widens the browser. If the data is too wide for the fixed width, I want the data to wrap in this case.
Is there a way to do this? I'm basically trying to set the width of the cell in the TD tag to remain at a certain width no matter what.
Thanks,
Peter