Keeping words together

T

Tony

Please would someone let me know how I can keep two words from separating at
the end of a line? It clearly has a technical term that I have yet to
discover to find a 'search' answer.

With grateful thanks,

Tony
 
J

Jim Buyens

Separate the words with a "non-breaking space". To type one of these in
Design view, press Ctrl+Shift+Space. To enter one in Code view, type

In the case of text within a table cell, another alternative is to display
the Cell Properties dialog box and select the No Wrap check box. This will
suppress all line breaks except those you enter manually (i.e. via
Shift+Enter).

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

Insert a non-breaking space instead of a regular space between the words.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tony

Many thanks to all for the replies on this, which have answered my question
exactly. I can still find no rerference to 'non-breaking space' or
'non-breaking spaces' in the FrontPage Help section, though? That is what I
was looking for!!

Thanks again,

Tony
 
Top