Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first page header not working #134

Open
victorrwangrinan opened this issue May 31, 2022 · 2 comments
Open

first page header not working #134

victorrwangrinan opened this issue May 31, 2022 · 2 comments

Comments

@victorrwangrinan
Copy link

victorrwangrinan commented May 31, 2022

header is ok, but first page header is not working, I have to check "different first page" when opening it in Word every time, Can anybody help?

p.MsoFooter,
li.MsoFooter,
div.MsoFooter {
margin: 0;
margin-bottom: .0001pt;
mso-pagination: widow-orphan;
tab-stops: center 3.0in right 6.0in
}

  @page Main {
      margin: .5in .5in .5in .5in;
      mso-header-margin: 0cm;
      mso-title-page: yes;
      mso-header: header;
      mso-first-header: firstHeader;
      mso-footer: footer;
      mso-footer-margin: .5in;
      mso-paper-source: 0
  }

  div.Main {
      page: Main
  }
@victorrwangrinan
Copy link
Author

is there any idea?

@starsoul666
Copy link

how to set header work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants