-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Repeat Header in everypage #3252
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
Comments
You can do the following:
Currently, there are two issues with this approach:
|
Hello! First of all, thank you for the reply. In this case I am wrapping the div's in another div, meaning: ` And then I call my function: `const saveDiv = () => {
};` As such, could you give a suggestion of how to adapt the code? Sorry, but this is still pretty new to me. Also, since I'm still pretty new to using github, could you explain how to create a proper pull request for this? Once again, thank you so much |
Sorry, I don't have to the time to tell you how your code needs to look like. Try to find help on Stack Overflow, etc. You can create pull requests on GitHub by creating a fork of this repository, then adding your commits (either on master or a different branch), and then creating a pull request from these commits using either the GitHub client or the website. See e.g. https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request |
Ok. Anyway, I would like to thank you for your answer and suggestions. I will definitely try them and also, if I am able to solve the issue I will then make a pull request. Thank you :) |
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant. |
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"}}>
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
The text was updated successfully, but these errors were encountered: