Justify

  • Thread starter Thread starter josephinekelly
  • Start date Start date
J

josephinekelly

I would like my corrrespondence to have full justification, but th
default setting is left hand. Is there a way I can set this to ful
justification as default? It is a niggle to have to change formattin
afterwards because I have forgotten to change it when I began a letter
Many thanks.
J
 
I haven't got a normal.dot template. When I click File New, this is no
one of the listed templates. I can see how you would create one wit
all the changes required, but could you get this to be the one whic
opens as default? I have tried it and just get document 1 on openin
Word
 
You can also modify the "normal" style and save it to the norma
template.

You should have the option to save to normal once you modify the style
 
Modifying the 'Normal' style isn't necessarily the right thing to do
because that is the base style for all other styles. Changing th
'Normal' style can therefore have unwanted effects on other styles.

I'd suggest modifying the 'Body Text' style instead, and using that fo
the body of the letter. The 'Body Text' style is also a parent to
number of other styles (eg 'Address', 'Body text Indent', etc), bu
changing this doesn't affect styles based on the 'Header Base', 'Foote
Base', 'Heading Base', 'Footing Base','TOC Base' or 'Index Base'.

Although many Word users don't realise it, every Word installatio
comes with a 'Normal.dot' template. Even if you delete 'Normal.dot
Word will recreate it. If you use Word's File|Open command and choos
'Document Templates' from the 'Files of Type' drop-down box, you'll se
a list of the available templates. If you then open 'Normal.dot', yo
can modify the appropriate style. Saving the changes will cause all ne
documents based on 'Normal.dot' to adopt the new style definition.

Cheer
 
Many thanks for the advice and I have now with the help of this boar
and my book for dummies, managed to create a letterhead template wit
the formatting I want.

You know, it is not as easy as Wordperfect to begin with and th
concept of templates is quite hard to grasp, but I do see how it work
now. I shall have my manual in one hand and work with the other an
learn something new each session, so it is quite likely I shall b
back!!
J
 
Build a letter template with formatting (in styles) set the way you want.

Take a look at: Template Basics
http://www.addbalance.com/usersguide/templates.htm

How to Create a Template - Part 2 - essential reading
http://www.mvps.org/word/FAQs/Customization/CreateATemplatePart2.htm

Some other pages to look at:

How to set up letterhead or some other document where you want one header on
the first page and a different header on other pages.
http://www.addbalance.com/word/headersfooters.htm This gives step-by-step
instructions. (It also has the following links)

Letterhead Tips and Instructions
http://home.zebra.net/~sbarnhill/Letterhead.htm

Letterhead Textboxes and Styles tutorial
http://addbalance.com/word/download/index.htm#LetterheadTextboxesAndStylesTutorial

Word "Forms"
http://www.addbalance.com/word/wordwebresources.htm#Forms and

Word for Word Perfect Users
http://www.addbalance.com/word/wordperfect.htm if you are coming from a WP
environment (or even if you are not).

If you are interested in creating templates that will work with the letter
wizard or use that wizard, you should look at the chapter on Advanced
Document Formatting in Using Office 2003 (or whatever your version is),
Special Edition, by Ed Bott and Woody Leonhard. It has detailed instructions
including instructions on getting the fields you want from your Outlook
Contacts for addressing a letter. (Chapter 19 of SE Using Office 2003) You
should be able to get this through your public library or at Amazon.com
http://www.amazon.com/exec/obidos/ISBN=0789729555/balancecheckbookA/

Finally, take a look at the letter templates that come with Word. While they
are no great shakes as letterhead, they do use styles and AutoText lists
very well. If you use the same style names that are used in those templates
in your own letterhead for the same parts of the document, you will have
better luck with using the built-in AutoText entries in Word.

Hope this helps,
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
General Info on moving from Word Perfect to Word:

Word and Word Perfect work very differently from one another. Each program's
methods have strengths and weaknesses; but, if you try to use one of these
programs as if it were the other, it is like pushing on a string! You can
easily make a lot of extra work for yourself. If you are unwilling to take
the time to learn to use Word's methods, you should stick to using Word Pad.
You'll have a lot less grief, although you'll miss out on a lot of raw
power.

See http://www.addbalance.com/word/wordperfect.htm
http://www.mvps.org/word/FAQs/General/WordVsWordPerfect.htm
http://www.mvps.org/word/FAQs/General/TipsAndGotchas.htm
http://www.mvps.org/word/FAQs/General/RevealCodes.htm
http://www.mvps.org/word/FAQs/General/WordPerfectConverters.htm
http://businesssoft.about.com/compute/businesssoft/library/blconvert.htm
for information on Word for Word Perfect users.

For more:
http://www.mvps.org/word/FAQs/Customization/CreateATemplatePart2.htm
http://www.mvps.org/word/FAQs/Customization/CreateATemplatePart1.htm
http://www.addbalance.com/usersguide/templates.htm
http://www.mvps.org/word/FAQs/Numbering/WordsNumberingExplained.htm
http://www.addbalance.com/usersguide/styles.htm
http://www.mvps.org/word/FAQs/Customization/WhatTemplatesStore.htm

In Word 2000 (or later) You can get the function keys to display in a
special toolbar at the bottom of the screen if you want (something like
pressing F3 twice in WP). The following macro will do this.
Sub ShowMeFunctionKeys()
Commandbars("Function Key Display").Visible = True
End Sub

Word's Extend key (F8) gives something similar to block processing.

Learn about Styles - really learn!
http://www.addbalance.com/usersguide/styles.htm I resisted for years and now
regret every day of those years because although that string was still very
hard to push, it kept getting longer and longer, and had some very important
projects tied to it! Once you understand styles and the Word concept of
organizing things into Chinese boxes everything falls into place and instead
of pushing a string, you can push a button that turns on the very powerful
text processing machine known as Microsoft Word and it will start doing your
work for you instead of running around behind you trying to undo what you
just thought you did.

Finally, in WP a lot of people use macros to hold chunks of text -
boilerplate. In Word this function is filled by Templates, AutoText and
AutoCorrect, not macros. Follow the links at
http://addbalance.com/word/wordwebresources.htm#AutoText for more
information on these tools.
It's a lot of reading, I know. It's OK to chunk it down and do a bit each
day, but I would recommend that you make it a top priority to do that bit
each day.
You can use FILLIN and ASK fields or UserForms to query the user. For some
form documents, Word's "online forms" work very well. For more about online
forms, follow the links at
http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm especially Dian
Chapman's series of articles.

As for converting documents from Word Perfect to use in Word... In a word,
don't plan on it. I would not recommend using converted documents long-term.
They will be filled with formatting anomolies that will get you at the worst
time. This is especially true of any documents containing automatic
numbering or bullets. Try recreating form documents in Word using the
following process:
In Word Perfect (if you still have it, in Word if not) save your files as
text files.
Use your converted files as references to show you how you want your
formatting to look.
Create a new document in Word and insert the text from the text file. Save
this new document as a Word template. Format it the way you want using
styles, not direct formatting. Save it again.
To use a template within Word, use File => New and pick your template. This
will create a new document for you.

General practice in WP is to have a document and copy and edit it to create
a new document. This is not good practice in Word. In Word, construct a
good, tight, template for your documents and use that template when
constructing new documents. Among other things, this can avoid embarrassing
"metadata" http://www.addbalance.com/usersguide/metadata.htm and things like
surprise headers and footers from creeping into new documents.

--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
This is coming late, as I've been out of the country, but to reinforce the
advice others have given you:

1. Don't modify Normal style as this will have very unfortunate trickle-down
effects. See http://word.mvps.org/FAQs/Formatting/NormalVsBodyStyles.htm

2. For letters, use a specific template. See
http://home.earthlink.net/~wordfaqs/Letterhead.htm

3. The reason you don't see "Normal.dot" listed among your templates is that
Microsoft covers up this "user-unfriendly" name by calling it "Blank
Document." This is (a) the template that is used for all documents when you
don't select a different one and (b) the global template that holds settings
for the entire program and where your customizations are saved unless you
choose a different location. See
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=151

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Back
Top