Hi everybody,
I searched for this answer on this site and others, but had trouble sorting through the possible answers for the answer I'm looking for.
I created a "web site" at my job to give the staff a one stop shop for forms, info, training, etc. However, the "web site" is really just a bunch of html pages linked together.
To make matters worse, I have a navigation menu on the left-hand side that has to be copied, in it's entirety, to every html page. Every time I create a new page, I have to add the code for it to every single html page (last count I was up to some 20+ pages).
I have a css document that is included for every html page, but I'm wondering if I can take the unchanging code from each page and put it in my css document so that it loads every time someone accesses a different html page. Also, if it can be done, how would I code it? Everything I know is pretty much self taught from looking at other people's sources or for w3cschools.com.
If it's not possible with css, is there another way to go about it using client side code? Perhaps, javascript??
Thanks for the help...
I searched for this answer on this site and others, but had trouble sorting through the possible answers for the answer I'm looking for.
I created a "web site" at my job to give the staff a one stop shop for forms, info, training, etc. However, the "web site" is really just a bunch of html pages linked together.
To make matters worse, I have a navigation menu on the left-hand side that has to be copied, in it's entirety, to every html page. Every time I create a new page, I have to add the code for it to every single html page (last count I was up to some 20+ pages).
I have a css document that is included for every html page, but I'm wondering if I can take the unchanging code from each page and put it in my css document so that it loads every time someone accesses a different html page. Also, if it can be done, how would I code it? Everything I know is pretty much self taught from looking at other people's sources or for w3cschools.com.
If it's not possible with css, is there another way to go about it using client side code? Perhaps, javascript??
Thanks for the help...
Comment