|
|
Html-tutorial - Using the nowrap in table, Html How to use nowrap
| Using the nowrap in table |
|
|
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>
|
| Html-tutorial - Html How to use nowrap |
| The topic on Html-tutorial - Using the nowrap in table is posted by - Malu |
Hope you have enjoyed, Html-tutorial - Using the nowrap in table . Thanks for your time.
|
|