The footer and the header kept repeating themselves in the body (contentType=”application/msword”)

csshtmlms-wordvisualforce

this is more to share knowledge, I'm having to generate a .doc document from a vfp, and I had some problems with the footer/header, one of the problems was that both the footer and the header kept repeating themselves in the body of the document, I saw that many people had the same problem and no solution, so I came to share the solution that worked for me:

Best Answer

The table+id='hrdftrtbl' tag makes the header/footer not repeat at the end of the doc

<table id="hrdftrtbl"><!--The table+id='hrdftrtbl' tag makes the header/footer not repeat at the end of the doc-->
Footer or Header
</table>