word-wrap:break-word;word-break:break-all;width:;
一定要设置width
举例:
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" class="p9c" style="word-wrap:break-word;word-break:break-all;width:450;">
{-$tl->getProductProperty('products_description')|replace:" ":" "|nl2br}
{-if $tl->getProductProperty('book_catalog') neq ''}
<p><span class="p105"><strong>目录:</strong></span><p/>
{-$tl->getProductProperty('book_catalog')|replace:" ":" "|nl2br}
{-/if}
</td>
</tr>
</table>