hello…
you can do this via css or you can just use table cell attributes too – for example:
<table width=”600″ cellpadding=”0″ cellspacing=”0″ border=”0″>
<tr>
<td width=”400″ align=”left” valign=”top”>foo</td>
<td width=”200″ align=”left” valign=”top”>bar</td>
</tr>
</table>
and then your content will wrap to that width unless it’s a fixed string with no spaces in it…
have you tried that way as well?
sitruc