I have code like this:
<table width="625px">
<tr style="background-color:#CCC; font-size:14px;">
<td style="padding:8px; color:#333"><center><?=stripslashes($arr['signature']);?> </center></td>
</tr>
If $arr['signature']
is a long string, like this gjuytfdcrtrfdscvythgfvtfdgtrfdvbgfvcfgbdc
the width doesn't help and it goes very wide. How can I prevent that?