How can you set the columnwidth in a table absolute when the contained text is a long string with no spaces? Is there any way to truncate( or wrap) this string or set the width of the <TD>?
<td width="..."> to specify the width in pixel but it won't work for your string as you have no space
so you should use css and specify the width, and the clip properties etc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.