I have created an HTML/CSS "back button" to make use of the integral "back" or "previous" page links in WB.
I want to have this CSS button at the bottom of every page (there are many pages).
I am using a "Master Page" across the board. Would it be more efficient to add this CSS button above the footer (and below the content section) of the Master Page, OR is it better to simply add to each page individually? OR is there something I should do in "Site Properties" or otherwise to make this work without adding a large load to the site? I know I can add it to individual pages, one at a time, but this seems tedious.
Suggestions appreciated and thanks
Add Global CSS/HTML
-
-
- Posts: 128
- Joined: Sun Feb 04, 2018 8:19 pm
- Location: Jacksonville, FL
- Contact:
Re: Add Global CSS/HTML
I think where you place it on the page is up to you but I would add it to the master page so it is added to each page when you publish.
-
-
- Posts: 128
- Joined: Sun Feb 04, 2018 8:19 pm
- Location: Jacksonville, FL
- Contact:
Re: Add Global CSS/HTML
Thanks, I thought that might be best but wanted to get some feedback first. Appreciate the suggestion.