Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
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
Printing On Both Sides of the Paper
Turning Off AutoComplete for Dates
Understanding Auto Line Spacing
Adding Comments to Your Document
Conditional Calculations in Word
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
Document and Annotate! One of the easily overlooked tools provided by Word is the ability to add footnotes and endnotes to your documents. WordTips: Footnotes and Endnotes is the definitive resource guide to using these tools to enhance your documents.