html wordwrap table

by Fernando De Leon

HTML

<table border="1" cellspacing="1" cellpadding="0" >
  <tr>
    <td width="250px"> hello there sd sds sdsdswd</td>
    <td style="word-wrap: break-word;width=300px;">abcasddfasd assda das asd asdas asd asda sda  asdasdasdasd asd</td>
    <td nowrap>sdasdasdasdasddadadad</td>
  </tr>
</table>