Try this first:
<table border=1 width="100">
<tr>
<td>This is Short Text</td>
<td>This is a string of not all that long text but
longer than the first.</td>
</tr>
</table>
Now Try This:
<table border=1 width="100">
<tr>
<td>This is Short Text</td>
<td nowrap>This is a string of not all that long text but
longer than the first.</td>
</tr>
</table>
The nowrap will force the line of text to not wrap although the table width is set very narrow.DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.