<!-- use the nowrap attribute in the <th> or <td> tags -->
<
table
>
<
tr
><
td
>
This text
<
td
That text
<
tr
><
td
nowra
p
>
My text is Here
<
td
nowra
p
>
Your text is here
</
table
>
<!-- or in the <table> tag for the whole table -->
<
table
nowra
p
>
<
tr
><
td
>
This
<
td
That
<
tr
><
td
>
Here I go
<
td
>
There you go
</
table
>