Office HTML Word header
问题 I am generating "Word document" with a header on the first page as HTML code. <style> tag contains: @page Section { size:8.5in 11.0in; margin: 0.7in 0.9in 0.7in 0.9in; mso-header-margin: 0.0in; mso-footer-margin: 0.0in; mso-title-page: yes; mso-first-header: fh1; mso-paper-source: 0; } div.Section { page: Section; } and <body> : <div class="Section" style="font-family: Verdana, sans-serif;"> <![if supportFields]> <div style="mso-element:header" id="fh1"> <p class="MsoHeader"> header </p> <