You are here:  NetStrider » Tutorials » HTMLRef » Commands » NOBR «

HTML Reference Guide

Author: Randy D. Ralph.   In place March 1, 1999.   Copyright © 1999 - 2002 NetStrider.   Presented as a public service.

BACK <NOBR> Command next

Command Syntax:

<NOBR>
  Text line not to be broken.
</NOBR>

Included text cannot be broken or wrapped except where explicitly specified using the corresponding <WBR> command.  Word breaks to not force a line break but merely allow the browser to place one if needed for proper text wrapping.

The command requires no parameters.

See related command:  <BR>.

Example:
<NOBR>Text cannot be broken except <WBR><b>at the word break</b>.</NOBR>
            

Yields - Text cannot be broken except at the word break.

Return to Section M:R

Return to the List of Commands
Author: Randy D. Ralph.  In place March 1, 1999.  Copyright © 1999 - 2002 NetStrider.  World Rights reserved.