Contents Index Topic Contents | ||
Previous Topic: META Next Topic: NOFRAMES |
NOBR
Description
Renders text without line breaking.
Syntax
<NOBR
ID=value
STYLE=css1-properties
TITLE=text
>
Parameter Description ID=value An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underbar character, "_", may be used in the ID name. The ID should be unique throughout the scope of the document. If more than one object with the same identifier exists in a document, a collection of those named items is created that can only be referenced by ordinal position. STYLE=css1-properties Specifies an in-line style sheet for the tag. TITLE=text Used to provide advisory information. Remarks
The start tag is required, and the end tag is optional.
Example
<NOBR>Here's a line of text I don't want to be broken . . . here's the end of the line.</NOBR>
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.