Basic question. I have HTML code that is common to many pages. Naturally I want to use these as a common routine that is callable, so that when I change the common HTML code it gets picked up in each page (instead of chaning each page individually).
Where do I store this and how do I link to/call it? It's not CSS styles and it's not javascript (I know how to do those).
Thanks
Where do I store this and how do I link to/call it? It's not CSS styles and it's not javascript (I know how to do those).
Thanks