Using the NOWRAP command - HTML Views : 505
Tagged in : HTML
0 0
Send mail
Using the NOWRAP command

NOWRAP indicates that text should not wrap in the cell. NOWRAP serves much the same purpose as the tag.

For example:

A layout using tables, which listed items and then depending on which item it was, had a small icon on the end of it. In some browsers, it will wrap the icon to the next line.

By adding the NOWRAP tab into the TD tag, you are able to force the browser not to wrap those particular lines.

An example of this is:

<TABLE CELLSPACING=10><TR><TD NOWRAP>


By Sanju, On - 2010-01-03



    Login to add Comments .