Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<td nowrap> 1

Status
Not open for further replies.

e1k4l3cs

MIS
Nov 11, 2002
56
SG
Can someone give me an example of the &quot;npwrap attribute of the <td> ???

Thanks...

Kelvin
 
Try this first:
<table border=1 width=&quot;100&quot;>
<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=&quot;100&quot;>
<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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top