Hello,
I have problem with word-wrapping. When width is given in pixel style="word-wrap:word-break" works well but when it is given in percentage then it is not working.
<table border="1" width="20%">
<tr>
<td width="10%" style="word-wrap:break-word">
ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccc
</td>
</tr>
</table>
Also word-wrap:break-word not working in safari.
Please Help
Thanks
Vedika
I have problem with word-wrapping. When width is given in pixel style="word-wrap:word-break" works well but when it is given in percentage then it is not working.
<table border="1" width="20%">
<tr>
<td width="10%" style="word-wrap:break-word">
ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccccccccccc ccccccc
</td>
</tr>
</table>
Also word-wrap:break-word not working in safari.
Please Help
Thanks
Vedika
Comment