odd/even page numbering and footers

  • Thread starter Thread starter Stella Rivera
  • Start date Start date
S

Stella Rivera

I have searched high and low and can't find out how to do this. Help please!!!
I am working on a manual with auto odd/even page numbering. I am making a
change to page 1-4 and must put "CHANGE 3" 12 spaces after 1-4. The problem
is that the "CHANGE 3" shows up after 1-2 as well. The footers have
different section numbers and I have broken section links. How do I manually
insert something on page 1-4 and not have it show up on page 1-2? Much
thanks to anyone who can help me.
 
If they're in the same Section, and they're both even pages, they'll
be the same. If you wanted the _same_ different thing in each footer
(if "CHANGE 2" were on p. 1-2, say), you could use a STYLEREF field.
But would a STYLEREF field show up blank if there didn't happen to be
an example of that style on that page? or would it carry over from the
last one that did exist?

(Also, "12 spaces after" could be a problem, unless you're using a
mono-spaced font like Courier. Maybe a tab would be better.)
 
I'm confused. I haven't used field codes. Would I put it in the footer on
page 1-4? If so what would it be? Thanks.
 
Whatever you're doing, you can't put it in the footer for p. 1-4
specifically; you can only put it in the footer for all even-numbered
pages in that section. If you need something different at the bottom
of every page, then footers probably isn't the best way to go (you'd
have to have a new section every three pages!)
 
It seems strange that Microsoft doesn't have a way to address this
problem--seems there is a solution for everything else. Thank you.
 
But it isn't a problem. Headers & footers are, by definition, the
stuff that's the same on every page.
 
Styleref continues until the field information changes.

You could add a conditional field to the footer(s)
Immediate after the page number enter

{IF {Page} > 2 "{IF {Page} < 5 " CHANGE 3" ""}" ""}

or

{ IF{ ={ IF{ Page } > 2 1 0 } * { IF{ Page } < 5 1 0 } } = 1 "
CHANGE3" ""}

Use CTRL+F9 for each bracket pair.
This will allow the text only on pages 3 and 4

However you have an unusual page numbering system - how have you derived
page number 1-4?

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
You solved my problem--thank you so much!! I was on the right track, sort of.
I did try a text box but did it in the footer so it stayed in all even-paged
footers. It didn't occur to me to do it in the text and drag it. It was an
obvious solution but I was making it way too hard. Thanks again.
 

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

Back
Top