Name
No break
Description
Prevents the browser from wrapping text when it reaches the end of the window
- a horizontal scrollbar is displayed to view the text off the page.
Attributes
Example
Code
<p>TEXT WILL WRAP: Prevents the browser from wrapping text when it reaches the end
of the window - a horizontal scrollbar is displayed to view the text off the
page.</p>
<nobr>TEXT WILL NOT WRAP: Prevents the browser from wrapping text when it reaches the end
of the window - a horizontal scrollbar is displayed to view the text off the
page.</nobr>
Generates
(Using an IFRAME - see in a new
window)
Bibliography
http://www.htmlcodetutorial.com/linepar/_NOBR.html
© Martin Allen 1999 - 2006. Last updated Wednesday 18 October 2006 06:50:26 PM +0100.
|