How do i remover the header & footer page but keep line breaks
-
Hello,
I have a plain text statements file. When i print each page displays a header with a path of the file and a name of the current open file. How do i remove it?
Also there is a page number on the bottom. I want to remove the page number on the bottom footer but leave the page break . Is there a way to do this? -
@Gary-Seven To clarify…removing the footer removes the page break
-
@Gary-Seven
I think if you completely remove the footer NPP will use that space for printing and thus move the page break. You may try the following:- Add a non-printing character to the footer like Space or Non-Breaking Space (U+00A0)
- increase the bottom page margin
- Insert a Form Feed character (U+000C) into your document (not sure whether NPP honors this though)