Multiple pages in a booklet

J

John A

I am trying to create a booklet. When I try to insert a template as a page
this template shows on all pages. I cannot insert any other pages. How can I
create multiple pages using inserted files?
 
R

Robert M. Franz (RMF)

Hello John

John said:
I am trying to create a booklet. When I try to insert a template as a page
this template shows on all pages. I cannot insert any other pages. How can I
create multiple pages using inserted files?

I can't imagine what "insert a template as a page" means. What exactly
are you trying to achieve, and how do you go about it?

Keep in mind that "template" in Word means something very specific (a
file with *.dot or *.dotx/*.dotm extension), and a document can only be
based on one template.

HTH
Robert
 
D

Doug Robbins - Word MVP

Use the following field construction at the location where you want the page
numbers to appear

{ IF { PAGE } > 2 { = { PAGE } - 2 } }

You must use Ctrl+F9 to insert each pair of field delimiters { } and you use
Alt+F9 to toggle off their display

Another way is to insert a Next Page Section Break on Page 2 so that Page 3
is the first page of a new Section and then insert the page number field
into the header/footer of that Section, which you need to have unlinked from
the header/footer in the first Section of the document and format the page
numbers so that they start at 1, rather than continue from the previous
section.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top