Don't create a blank section page, and don't even think about section
breaks. Instead, use the "Different first page" setting on the Layout tab of
Page Setup. Put your letterhead in the First Page Header. For more detail on
how to set up the second page (without having one in the template), see
http://home.earthlink.net/~wordfaqs/Letterhead.htm.
In my press release templates, I use a field for the title, which is then
repeated in the Header, along with the page number. You could also use a
StyleRef field for this. In both the Footer and the First Page Footer, I put
this field:
{ IF { PAGE } = { NUMPAGES } "" "-more-" }
This could also be expressed as:
{ IF { PAGE } < { NUMPAGES } "-more-" }
If you don't already have -30- at the end of the template, you can use this
field:
{ IF { PAGE } = { NUMPAGES } "-30-" "-more-" }

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> I created a series of press release templates for our Marketing department
> (using Word 2002): two pages, first with logos in the header and footer,
[quoted text clipped - 10 lines]
> or can anyone suggest another method? I have searched the MS site and MVPS,
> but didn't see anything that leapt out.