You can force inline elements to stay on the same line using the CSS property white-space:
<td style="white-space:nowrap;">
this content will not be wrapped
</td>
You can force inline elements to stay on the same line using the CSS property white-space:
<td style="white-space:nowrap;">
this content will not be wrapped
</td>