I cannot seem to get the following to work:
Also tried
All I want to do is not have the page header show up on the first page.
Thanks for the help.
@page :not(:first)
Also tried
@page :first
which works but this does NOT @page :nth(n+1)
All I want to do is not have the page header show up on the first page.
Thanks for the help.