Is there some solution that will allowing reusing a footer on multiple pages if all you have is HTML/CSS and perhaps javascript?
You could place your footer HTML in a separate file, and then use javascript to load the HTML content of that file, and append it to a div in your page.
$("#footer").load("footer.html");
Like so: https://plnkr.co/edit/J8qc8221kal11BcPbALj?p=options
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With