I have similar code
<table width="1024" height="768">
<tr>
<td>
<? echo $description; ?>
</td>
</tr>
</table>
But $description is very long string, and it break my design, width of table increases. How can I divide my string with transfer into next row? PHP or HTML, CSS
more info about wordwrap