footer

  • Thread starter Thread starter Chi
  • Start date Start date
C

Chi

Hi,

My word file has 15 pages. I would like to hide the footer of page 8.

Please help
Thanks
Chi
 
Insert a Section Break New Page before page 8, and format the second
section as "Different First Page." Delete the content of the first-
page footer in section 2.
 
Hi,

My word file has 15 pages. I would like to hide the footer of page 8.

Please help
Thanks
Chi

If your footer contains simple text you can use a conditional field.
Put the cursor in your footer.

Press CTL+F9 to enter pair of field braces. In the braces type IF
then press CTR+F9 again to enter a second pair of field braces. In
the new braces type PAGE. Move the cursor outside the closing braced
of the second field and type <> 8 "Your footer text"""

It will look like this:

{ IF {PAGE} <> 8 "Your footer text""" }

Select the field code, right click and toggle field code.
 

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