|
|
Using the NOWRAP command - HTML
|
Views : 505
|
|
Tagged in : HTML
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|