No text break  - <NOBR>   -  </NOBR>

Previous- NEXTID - Formatting value  |  Next-NOEMBED - Alternative for browsers which don't support EMBED

Description
If you don't want a line of text to be broken, then use the NOBR element to ensure it is all displayed on a new line.
Attributes
NameValuesDescription
idstringA unique name to identify an element.
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<nobr>this is a very long lone of text which is not intended to appear split across two lines .. because i don’t want it to.</nobr>
Will be displayed as :
this is a very long lone of text which is not intended to appear split across two lines .. because i don’t want it to.

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
NO YES YES YES YES YES YES YES YES

Previous- NEXTID - Formatting value  |  Next-NOEMBED - Alternative for browsers which don't support EMBED