Once I have the nav bar designed with HTML and CSS elements... if I put the HTML in its own file, can I link to it some way in the other pages so that the nav bar shows up?
The CSS is in its own file already of course.
The HTML includes a list with the nav bar topics, plus the banner across the top of the page and some images. We want that same banner and nav bar on every page. (It's for a small non-profit group.)
In all the sites explaining how to create a nav bar, I have yet to see mention of this idea. It's like subroutines (except no variables passed).
Thanks. The problem was solved with the Include statement!