Word.Tips.Net Welcome toWord.Tips.Net

Helpful Links

Tips.Net Home
WordTips Home

Ask a Word Question
Make a Comment

Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

Newest Tips

Arranging Document Windows

Specifying a Backup Location

Controlling Chart Gridlines

Merging Table Cells

Collapsing and Expanding Subdocuments

Zooming With the Keyboard

Initiating a New Search

 

Getting Rid of Choppiness in Justified Text

Summary: Word allows you to format your text so it is justified, with each line of a paragraph extending from the left margin all the way to the right. At times this can cause your text to appear "choppy," with too much space between some characters on the line. This tip explains how you can minimize or reduce that choppiness completely. (This tip works with Microsoft Word 97, Word 2000, Word 2002, and Word 2003.)

Depending on the characteristics of the text in your document, you might notice that justifying a paragraph (Format | Paragraph | Alignment: Justified) may not produce the best looking results. This is because when you choose to justify a paragraph, Word expands the text on each line by adding space between words and letters. This may not always give the best-looking results, and you may need to make adjustments to get better-looking text.

There are many options you can try, and you should become familiar with all of them so that you can try them out on your text. The first guideline is to check your text; there may be some things you can do to it that will allow cleaner-flowing through a paragraph:

  1. Be sure you have no unnecessary hard spaces or hard hyphens (search and replace ^s with regular space, ^~ with regular hyphen). These force Word to treat adjacent words as a single item, thereby forcing awkward end-of-line adjustments.
  2. Turning on hyphenation or doing manual hyphenation on offending lines similarly reduces the risk of awkward line breaks.
  3. Select a font size suited to the line length, or vice versa. Large fonts need longer lines to maintain smooth spacing; smaller fonts can afford shorter lines.

With your text in shape, you can then turn to actual formatting. One approach is to choose Format | Font | Character Spacing tab and set the Scale control to 95%. If that does not provide better spacing, scale it down to 90%. These adjustments are typically so slight (particularly with commonly used font sizes for body text) that readers won't notice, but the effect on text flow could be dramatic--particularly in long paragraphs.

Perhaps the best solution, however, is to completely change the algorithm that Word uses to justify text. Many people prefer the algorithm used in WordPerfect, so Microsoft added the ability to emulate that justification method--resulting in much less choppiness. You can adjust the setting by following these steps:

  1. Choose Options from the Tools menu. Word displays the Options dialog box.
  2. Make sure the Compatibility tab is selected. (Click here to see a related figure.)
  3. In the list of compatibility options, choose the Do Full Justification like WordPerfect 6.x for Windows option.
  4. If you want to make this setting the default for your system, click the Default button.
  5. Click OK to close the Options dialog box.

This will change the way justification is handled, but only for the current document. If you clicked the Default button, then the change is made in the Normal.dot template, provided you choose to save changes to the template when you exit Word. With the change made in the template, then all future documents based on Normal.dot will use the different justification algorithm. If you want to make the same change in other templates or other documents, you will need to load them and make the adjustment. If you have many documents that you might need to change (or if you routinely work with documents from others that you need to change), then you can create a macro that will modify the justification setting:

Sub ChangeJustification()
    With ActiveDocument
        .Compatibility(wdWPJustification) = True
    End With
End Sub

Tip #233 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003

Step Up and Take Control! Subscribers to WordTips know just how valuable a resource it is. WordTips Premium provides twice the number of exceptional, easy-to-understand tips every week in an ad-free newsletter, as well as substantial discounts on WordTips archives and e-books.
 
Check out WordTips Premium today!