I'm trying to display columns in a table with a fixed width.
Example...
<td width="119" title="DefaultDefaultDefaultDefaultDefault" nowrap><div style="width:118;overflow:hidden">DefaultDefaultDefaultDefaultDefault</div></TD>
the above works as intended
but the following doesn't...
<td width="119" title="Default Default Default Default Default" nowrap><div style="width:118;overflow:hidden">Default Default Default Default Default</div></TD>
This causes the text to wrap.
Any ideas how I can fix this? -----------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rich Cook
Example...
<td width="119" title="DefaultDefaultDefaultDefaultDefault" nowrap><div style="width:118;overflow:hidden">DefaultDefaultDefaultDefaultDefault</div></TD>
the above works as intended
but the following doesn't...
<td width="119" title="Default Default Default Default Default" nowrap><div style="width:118;overflow:hidden">Default Default Default Default Default</div></TD>
This causes the text to wrap.
Any ideas how I can fix this? -----------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rich Cook