PC Review


Reply
Thread Tools Rate Thread

changes to style not cascading?

 
 
dabug007
Guest
Posts: n/a
 
      13th Oct 2009
I'm using Word 2003 and trying to edit the Professional Letter.dot to reflect
the fonts we use in my office. Since all the styles in the template are
based on Normal, I thought that I could simply change Normal and those
changes would cascade through the other styles.

While the changes do cascade to Signature and Salutation, they do not
cascade to Date, Inside Address, Body Text, or Closing, even though all those
styles are based on Normal.

Does anyone know why this occurs and how to "fix" it?
 
Reply With Quote
 
 
 
 
Peter T. Daniels
Guest
Posts: n/a
 
      13th Oct 2009
Are those other styles already set to fonts different from the one in
Normal?

On Oct 13, 12:23*pm, dabug007 <dabug...@discussions.microsoft.com>
wrote:
> I'm using Word 2003 and trying to edit the Professional Letter.dot to reflect
> the fonts we use in my office. *Since all the styles in the template are
> based on Normal, I thought that I could simply change Normal and those
> changes would cascade through the other styles.
>
> While the changes do cascade to Signature and Salutation, they do not
> cascade to Date, Inside Address, Body Text, or Closing, even though all those
> styles are based on Normal.
>
> Does anyone know why this occurs and how to "fix" it?


 
Reply With Quote
 
dabug007
Guest
Posts: n/a
 
      13th Oct 2009

Peter,

No. The font is identical. So the only thing you see on the style
definition is Normal + [changes in paragraph spacing]

"Peter T. Daniels" wrote:

> Are those other styles already set to fonts different from the one in
> Normal?
>
> On Oct 13, 12:23 pm, dabug007 <dabug...@discussions.microsoft.com>
> wrote:
> > I'm using Word 2003 and trying to edit the Professional Letter.dot to reflect
> > the fonts we use in my office. Since all the styles in the template are
> > based on Normal, I thought that I could simply change Normal and those
> > changes would cascade through the other styles.
> >
> > While the changes do cascade to Signature and Salutation, they do not
> > cascade to Date, Inside Address, Body Text, or Closing, even though all those
> > styles are based on Normal.
> >
> > Does anyone know why this occurs and how to "fix" it?

>
>

 
Reply With Quote
 
Peter T. Daniels
Guest
Posts: n/a
 
      14th Oct 2009
I have no answer. Can a template get corrupted?

On Oct 13, 3:16*pm, dabug007 <dabug...@discussions.microsoft.com>
wrote:
> Peter,
>
> No. *The font is identical. *So the only thing you see on the style
> definition is Normal + [changes in paragraph spacing]
>
>
>
> "Peter T. Daniels" wrote:
> > Are those other styles already set to fonts different from the one in
> > Normal?

>
> > On Oct 13, 12:23 pm, dabug007 <dabug...@discussions.microsoft.com>
> > wrote:
> > > I'm using Word 2003 and trying to edit the Professional Letter.dot toreflect
> > > the fonts we use in my office. *Since all the styles in the template are
> > > based on Normal, I thought that I could simply change Normal and those
> > > changes would cascade through the other styles.

>
> > > While the changes do cascade to Signature and Salutation, they do not
> > > cascade to Date, Inside Address, Body Text, or Closing, even though all those
> > > styles are based on Normal.

>
> > > Does anyone know why this occurs and how to "fix" it?-

 
Reply With Quote
 
Stefan Blom
Guest
Posts: n/a
 
      14th Oct 2009
The styles you mention have the font explicitly set to Arial; at least that
is the case with the Professional Letter.dot template included with my
version of Word 2003. You will have to change the styles manually. Or if you
want all styles to have the same font, you can use a macro such as the
following:

Sub ChangeFontOfAllStyles()
Dim s As Style
For Each s In ActiveDocument.Styles
s.Font.Name = "Courier New" 'specify the font name you want
Next s
End Sub

--
Stefan Blom
Microsoft Word MVP



"dabug007" <(E-Mail Removed)> wrote in message
news:EF691F88-01CF-475C-9DAE-(E-Mail Removed)...
> I'm using Word 2003 and trying to edit the Professional Letter.dot to
> reflect
> the fonts we use in my office. Since all the styles in the template are
> based on Normal, I thought that I could simply change Normal and those
> changes would cascade through the other styles.
>
> While the changes do cascade to Signature and Salutation, they do not
> cascade to Date, Inside Address, Body Text, or Closing, even though all
> those
> styles are based on Normal.
>
> Does anyone know why this occurs and how to "fix" it?




 
Reply With Quote
 
Stefan Blom
Guest
Posts: n/a
 
      14th Oct 2009
Your question may have been rhetorical, but yes: templates do corrupt. See
http://word.mvps.org/FAQs/AppErrors/CorruptDoc.htm.

--
Stefan Blom
Microsoft Word MVP



"Peter T. Daniels" <(E-Mail Removed)> wrote in message
news:24f84204-cd4c-42d8-b5ae-(E-Mail Removed)...
I have no answer. Can a template get corrupted?

On Oct 13, 3:16 pm, dabug007 <dabug...@discussions.microsoft.com>
wrote:
> Peter,
>
> No. The font is identical. So the only thing you see on the style
> definition is Normal + [changes in paragraph spacing]
>
>
>
> "Peter T. Daniels" wrote:
> > Are those other styles already set to fonts different from the one in
> > Normal?

>
> > On Oct 13, 12:23 pm, dabug007 <dabug...@discussions.microsoft.com>
> > wrote:
> > > I'm using Word 2003 and trying to edit the Professional Letter.dot to
> > > reflect
> > > the fonts we use in my office. Since all the styles in the template
> > > are
> > > based on Normal, I thought that I could simply change Normal and those
> > > changes would cascade through the other styles.

>
> > > While the changes do cascade to Signature and Salutation, they do not
> > > cascade to Date, Inside Address, Body Text, or Closing, even though
> > > all those
> > > styles are based on Normal.

>
> > > Does anyone know why this occurs and how to "fix" it?-




 
Reply With Quote
 
dabug007
Guest
Posts: n/a
 
      15th Oct 2009
I don't see any other indication of corruption. But I don't know. Any
suggestions of where else I can ask?

"Peter T. Daniels" wrote:

> I have no answer. Can a template get corrupted?
>
> On Oct 13, 3:16 pm, dabug007 <dabug...@discussions.microsoft.com>
> wrote:
> > Peter,
> >
> > No. The font is identical. So the only thing you see on the style
> > definition is Normal + [changes in paragraph spacing]
> >
> >
> >
> > "Peter T. Daniels" wrote:
> > > Are those other styles already set to fonts different from the one in
> > > Normal?

> >
> > > On Oct 13, 12:23 pm, dabug007 <dabug...@discussions.microsoft.com>
> > > wrote:
> > > > I'm using Word 2003 and trying to edit the Professional Letter.dot to reflect
> > > > the fonts we use in my office. Since all the styles in the template are
> > > > based on Normal, I thought that I could simply change Normal and those
> > > > changes would cascade through the other styles.

> >
> > > > While the changes do cascade to Signature and Salutation, they do not
> > > > cascade to Date, Inside Address, Body Text, or Closing, even though all those
> > > > styles are based on Normal.

> >
> > > > Does anyone know why this occurs and how to "fix" it?-

>

 
Reply With Quote
 
Stefan Blom
Guest
Posts: n/a
 
      15th Oct 2009
I doubt that this is corruption. See my other message in this thread.

--
Stefan Blom
Microsoft Word MVP



"dabug007" <(E-Mail Removed)> wrote in message
news:79253E5D-3F34-4514-9C47-(E-Mail Removed)...
>I don't see any other indication of corruption. But I don't know. Any
> suggestions of where else I can ask?
>
> "Peter T. Daniels" wrote:
>
>> I have no answer. Can a template get corrupted?
>>
>> On Oct 13, 3:16 pm, dabug007 <dabug...@discussions.microsoft.com>
>> wrote:
>> > Peter,
>> >
>> > No. The font is identical. So the only thing you see on the style
>> > definition is Normal + [changes in paragraph spacing]
>> >
>> >
>> >
>> > "Peter T. Daniels" wrote:
>> > > Are those other styles already set to fonts different from the one in
>> > > Normal?
>> >
>> > > On Oct 13, 12:23 pm, dabug007 <dabug...@discussions.microsoft.com>
>> > > wrote:
>> > > > I'm using Word 2003 and trying to edit the Professional Letter.dot
>> > > > to reflect
>> > > > the fonts we use in my office. Since all the styles in the
>> > > > template are
>> > > > based on Normal, I thought that I could simply change Normal and
>> > > > those
>> > > > changes would cascade through the other styles.
>> >
>> > > > While the changes do cascade to Signature and Salutation, they do
>> > > > not
>> > > > cascade to Date, Inside Address, Body Text, or Closing, even though
>> > > > all those
>> > > > styles are based on Normal.
>> >
>> > > > Does anyone know why this occurs and how to "fix" it?-

>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cascading Style Sheets Paul W Smith Microsoft ASP .NET 6 3rd Sep 2007 12:41 PM
cascading style sheets Peter Microsoft Frontpage 14 8th Feb 2006 10:47 AM
Cascading Style Sheets Herb Stull Microsoft ASP .NET 2 22nd Jan 2004 10:09 PM
Cascading Style Sheets =?Utf-8?B?cmtvbGluc2t5?= Microsoft Frontpage 4 7th Jan 2004 11:38 PM
IE and Cascading Style Sheets seth thomas rasmussen Windows XP Internet Explorer 0 26th Sep 2003 05:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:02 PM.