DOMPDF <div> tag as header and footer
问题 I need to create a header and footer on a tag using DOMPDF. How can I achieve this? Assuming I have a header class like this one: <div class='header'> <div> <img scr='image1.png' style="width:100px; height:150px" /> <h1>This is header</h1> </div> </div> and a footer like this one <div class='footer'> <div> <img scr='image1.png' style="width:100px; height:150px" /> <h1>This is a footer. All rights reserved.</h1> <img src = image2.png style="width:100px; height:150px;"> </div> </div> I want to