I was trying to figure out how to add the text "Page Intentionally Left Blank" to blank pages.
@page:blank {
content: "Page Intentionally Left Blank"
}
doesn't seem to yield the results I want. I know it can be placed in @top and @bottom, it's just that I have headers and footers that I want on blank pages.
@page:blank {
content: "Page Intentionally Left Blank"
}
doesn't seem to yield the results I want. I know it can be placed in @top and @bottom, it's just that I have headers and footers that I want on blank pages.