In Microsoft Word 2003, i need a footer only on the 2nd page (i have in in that page a reference to a quote, from a book, and i need a footer to write the title for that book). But the footer now appears on all the pages, how can i do it so it appears only on the second page?

Thanks!

link|improve this question
You are doing this via code, right? – leppie Nov 10 '10 at 9:14
@Foole, below, is pretty much right. Feel free to DM me at twitter.com/Phil_Wheeler if you need help with Microsoft Word stuff. This question is better asked on SuperUser.com. – Phil.Wheeler Nov 10 '10 at 9:38
feedback

migrated from stackoverflow.com Nov 10 '10 at 20:50

This question came from our site for professional and enthusiast programmers.

1 Answer

This does not sound like a programming question, but here goes:

You most likely want to use the Footnote system (Insert | Footnote).

However, if you have to use footers then your options are:

  • Section 1 has one page and no footers set. Section 2 has 1 page with a primary footer set. The remaining pages are in section 3.
  • Pages 1 and 2 are in section 1 which has different first page header/footer turned on. The footer for page 2 is in the primary footer of section 1. The remaining pages go in section 2. You will need to turn off "Same as previous" for the footer in section 2.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown