I am executing the following html on FF5,Chrome10, IE9
The text is wrapped into two lines in FF5, where as in Chrome and IE, the td is streched to keep it in one line.
I am unable to debug this:
<table width="80%">
<tbody>
<tr>
<td width="5%" align="center" style="font-size:10px" class="filename">2</td>
<td width="50%" style="display:block">
D:/C_daive/Dpcnet/nbndinh/Denktpp/Nbndinh/MyjilenTpTentMybpp//bttic/ppcpden/jm_nubncaiptipn_ppl/jm_nubncaiptipn_ppl_updbte_nubncaiptipn_cpunt.c
</td>
<td width="25%" align="center" style="font-size:10px" class="filename">Combo</td></tr></tbody></table>
How can I get the wrapping working on Chrome and IE
Use
word-wrapin cssref: http://webdesignerwall.com/tutorials/word-wrap-force-text-to-wrap