char(160) -  

B

Biff

Hi Folks!

This character is called a non-breaking space. What exactly does
non-breaking mean?

Thanks

Biff
 
B

Bob Phillips

An NBSP is used to prevent automatic line breaks, so a line like 'this is a
line with a non-breaking space' will never break between the 'with' and
the 'a'. IN HTML it is used to pad out with spaces, because a normal space
gets reduced to a single space.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
J

joeu2004

Biff said:
This character is called a non-breaking space. What exactly does
non-breaking mean?

Go to google.com and enter "define: non-breaking space" without the
quotes.
 
B

Biff

Thanks, Bob!

Biff

Bob Phillips said:
An NBSP is used to prevent automatic line breaks, so a line like 'this is
a
line with a non-breaking space' will never break between the 'with'
and
the 'a'. IN HTML it is used to pad out with spaces, because a normal space
gets reduced to a single space.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
D

Dave Peterson

And you can do the same kind of thing in MSWord.

Say you have a part number that has embedded spaces in it and you don't want the
line to break at one of those spaces, you can use ctrl-shift-spacebar and it'll
be a non-breaking space.

And same thing with hyphens. ctrl-shift-hyphen is that character.

Inside MSWord, Insert|SymbolSpecial characters if you forget.
 
B

Biff

Thanks, Dave!

Biff

Dave Peterson said:
And you can do the same kind of thing in MSWord.

Say you have a part number that has embedded spaces in it and you don't
want the
line to break at one of those spaces, you can use ctrl-shift-spacebar and
it'll
be a non-breaking space.

And same thing with hyphens. ctrl-shift-hyphen is that character.

Inside MSWord, Insert|SymbolSpecial characters if you forget.
 
R

Ragdyer

FWIW,

Char(173) is a non-breaking hyphen.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
Biff said:
Thanks, Dave!

Biff
 
B

Bob Phillips

I had forgotten that, thanks for the memory jolt.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Top