An url in my cell is enlarging it


<table width="30" border="0" align="center" cellpadding="0" cellspacing="3">
       <tr>
             <td valign="top">http://someurl.someurl/someurl.someurl/someurl.someurl/someurl.someurl/</td>
       </tr>
</table>


How can I make the wrapping to just force-cut the text?

By setting a width for your td. But I don’t understand your example in the first place. First of all styling table elements should be done in CSS and not in the table itself. But besides of that should the link not look like:


<table>
<tr>
<td><a href="http://someurl.someurl/someurl.someurl/someurl.someurl/someurl.someurl/">Link Text</a></td>
</tr>
</table>

The <a> open and close tags are completely missing. The way you have it now, it is just a very long text. That and the fact that the td doesn’t have a width, it is no wonder that the td extend