-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Hello. I am trying to repeat a header on every page that I export using the library, but I'm having difficulties doing so. In this case my code is:
` <div id="RoadmapHeader" style={{border: "solid", height: "100px", width:"2000px", backgroundColor: "green"}}>
</div>
<div id="RoadmapBody" style={{height: "3000px", width:"2000px", backgroundColor: "blue" }}>
</div>`
I want to make sure the div with id="RoadmapHeader" is repeat on every page before the content of the second is displayed. If you please could assist me I would really appreciate it