Hi,
I have a string in a table cell. Fistly, I want the cell not to wrap. I also want it so that, if the content of the cell will not fit without extending the cell, the content will either be totaly or partially hidden.
Javascript code, html solution needed. Thanx.
I am using the following for my no wrap, but I would like to know the style sheet syntax if anyone knows it:
Code:<td nowrap></td>
