Hi all,
I'm quite rusty at this but volunteered to build a site.
Although this will be a momentary quick fix to have a site running, I'd like to have the menu fetched from a different html file which I already created but somehow it doesn't show.
The menu lays in "menu.html" and has css all in one file within the same folder as "index.html". I can open it in my browser and it loads ok.
The problem is inserting it in the body of the website (index.html). I am using <a href="menu.html"> inside the body but it fails to show it.
I can see the menu only if I put all the css and html code inside the same page which down the road will be a pain when trying to modify it.
Can someone tell me how to properly contain the entire menu bar in a separate html file and which is the correct tag to insert it inside the website's pages?
Thank you!