Michael Leibson wrote:

> I don't know what I'm doing wrong, but neither   nor
> creating  a span class with {white-space: nowrap;} has so far worked for 
> me.
>
> If you could possibly take a quick look at my css and mark-up, at:
>
> http://members.distributel.net/~leibson/justified%20text,%20with%20various%20problems.htm

Checking on IE 7, the second case, with  , works well: the last line is 
"and strategy", as desired. I wonder where it does not work. People 
sometimes make the mistake of using   _in addition to_ a normal space, 
but it needs to be used _instead_ of it - as you are doing: 
and strategy.

The problem with the CSS way is that you have
  whitespace: nowrap;
instead of the correct
  white-space: nowrap;
(This is one of the difficult things to remember in CSS: white-space needs 
to have the hyphen, whereas the value nowrap must not have a hyphen.=

> Oh yes:  does   work in HTML 4.01 Transitional?

Surely. It works in all HTML versions.


Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to