
Tips.Net > WordTips Home > Formatting > Paragraph Formatting > 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:
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:
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!
Add power to your purpose with Word. A comprehensive 480+ page e-book explains everything you need to know about macros. (more information...)
Ask a Word Question
Make a Comment
Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips