suppress page number

K

Karen

Is there a way to suppress just one page number in the
middle of along document?

Thanks, K.
 
M

macropod

Hi Karen,

If it's always the same page number, you could use something a page
numbering field like:
{IF{PAGE}= 10 "" {PAGE}}
This suppresses the numbering of page 10.

Alternatively, you could try using section breaks before & after the page
you want to keep unnumbered and set that section up without page numbering
(reinstating it for the next section), or by using page numbering field
like:
{IF{SECTION}= 2 "" {PAGE}}
This suppresses the numbering of pages in Section 2.

Cheers
PS: The braces are not tpyed in, they are entered as pairs via Ctrl-F9.
 

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