For example, we have a paragraph:

Quick brown fox jumps over the lazy dog

How can i prevent breaking the part "the lazy" ? I means, that this string will be incorrect in my formatting:

Quick brown fox jumps over the

lazy dog

But this one is correct:

Quick brown fox jumps over

the lazy dog

My text is large and hitting "Shift+Enter" at some placed is ugly, because everything will crash, when text size will be changed ...

Selecting the part "the lazy", right-click -> "Prevent breaking" does not works

Help!

link|improve this question

56% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You can use a non-breaking space between the words that you'd like to keep together.

I'm not familiar with Apple's iWork, but in MS Office and OpenOffice you can do this with Ctrl+Shift+Space. It's sort of a standard shortcut, so you could try the equivalent combination for your system (Wikipedia says it's Option+Space).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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