Take for instance i have
<table width=20>text text</table>
| text text |
This will display fine whereas
<table width=20>text text text text text text text text</table>
| text text text text |
| text text text textt |
Will cause it to wrap to the next line.
What im doing currently us using javascript to detect he length of the text and appending a <marquee> tag before those that have exceeded the required length.
However, i realize that other things plays a part in determining if the word is wrapped for instance capital letter size is different from normal letters.
Is there a way for me to determine if a table column has been word warped using javascript?














