How do I insert an image on just every second page of a document ?

G

Guest

I'd like to do this without having to paste the image one by one on every
second page. It is for a big document, about 300 pages.

Thanks
 
G

Graham Mayor

One way would be to conditionally place the image in the header or footer
view eg

{ IF{=MOD({ Page },2)} = 1 "Put your image here" }

The image will appear on odd numbered pages.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
G

Guest

You could try applying the image to the header/footer of the Even page in a
document with Different Odd and Even pages setup.
Have the Even pages "same as previous" so the image will repeat throughout
your document.
Hope this helps
DeanH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top