Forum Moderators: phranque

Message Too Old, No Replies

Use of & nbsp; to avoid awkward typography

How cleanly can Google et al. handle?

         

rjohara

3:19 am on Sep 1, 2004 (gmt 0)

10+ Year Member



I'm in the process of designing a new menu layout for a site, and I would like to sprinkle in a number of non-breaking spaces to keep short menu phrases from wrapping awkwardly.

Has anyone done an actual test/check (rather than a guess) to see if a phrase with an & nbsp; in the middle of it can be found correctly in a Google search? Is "blue widgets" exactly the same as "blue& nbsp;widgets" from the point of view of search? It should be, but is has anyone tested it in practice?

rjohara

6:44 pm on Sep 1, 2004 (gmt 0)

10+ Year Member



<bump>

(I have to stop working late at night... ;-)

sonjay

1:49 am on Sep 2, 2004 (gmt 0)

10+ Year Member



That's a good question, but unfortunately I have no idea.

You could sidestep the issue, though, by assigning "white-space:nowrap" in your stylesheet to those menu items. Then you wouldn't need to worry about &nbsp; characters.