Writes a non-breaking space ( ).
JSV_nbsp([expN])
n/a
The nbsp function returns a non-breaking space.
The nbsp function uses the following arguments.
Argument | Description |
expN | Optional. The number of times to repeat the non-breaking space. Default value is one. |
n/a
The following lines of code
document.write(
JSV_nbsp(5) +
"This sentence has 5 non-breaking spaces in front of it." );
produce
Copyright © 1998-2000 Roaring Fork Software. All rights reserved.