do any of you know how to make a single navbar in a .html file that you embed in all your webpages so that you don't have to update every single page when you change the navbar? all the guides i find don't seem to work (or i'm doing them wrong :/)
nevermind, i figured it out! i pretty much just wanted a html file that had all the text+images for my sidebar, and a way to include that html file into all of my webpages. this way, i could have one place to change my sidebar so that it would change across my website. the stuff i saw on stackexchange was unhelpful, so i broke down and copied someone's code (which worked!).
I'm not sure what you mean, could u elaborate? And show me some code to maybe figure out what's going wrong?
nevermind, i figured it out! i pretty much just wanted a html file that had all the text+images for my sidebar, and a way to include that html file into all of my webpages. this way, i could have one place to change my sidebar so that it would change across my website. the stuff i saw on stackexchange was unhelpful, so i broke down and copied someone's code (which worked!).