Forum Moderators: not2easy
I'm a newbie, here's my dilemma...I have a website that uses a 2-column layout with header and footer (CSS), with a CSS drop menu in the header DIV. THis all works great....the menu is defined in nav.css, but all the the menu items are defined in each individual html file....so I have to update every html file everytime I add a new link to the menu....
Can I put the html code for the menu (ie. the list and links) in a separate file, and somehow link it to each html file, so I only have to make changes once?
Or...am I doing/thinking about this wrong?
Thanks! :)
Ed