I want to mark a sequence of words so that line breaks won't separate them.

Can this be done? how?

link|improve this question

33% accept rate
feedback

1 Answer

up vote 6 down vote accepted

You need to insert nonbreaking spaces between the words you need to keep on the same line.

To create a nonbreaking space, first remove the regular space between the words. Then with your mousepointer pointer positioned between between the two words, hold down on the CTRL and SHIFT keys as you press the SPACEBAR. The result is that the words remain together on the same line.

link|improve this answer
Darn you just beat me to it – Ivo Flipse Jul 23 '09 at 10:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.