SyntaxFix
Write A Post
Hire A Developer
Questions
Wrap content from first cell in div e.g. like that:
HTML:
<td><div class="rhead">a little space</div></td>
CSS:
.rhead { width: 300px; }
Here is a jsfiddle.