I know this can be done using Java, but I am trying to avoid using it.
I'm using html and CSS.. I would like to have a common html file for my header, a common file for my navigation, and a common file for my footer.. Then, I would like the content to change with each link - all while keeping the same header and footer.
I was thinking I could just have say.. 'head.htm' and refer to head.htm somewhere in an html file and have it parse the text contained in the file.. like @import or something..
Is there any way to do this?
I'm using html and CSS.. I would like to have a common html file for my header, a common file for my navigation, and a common file for my footer.. Then, I would like the content to change with each link - all while keeping the same header and footer.
I was thinking I could just have say.. 'head.htm' and refer to head.htm somewhere in an html file and have it parse the text contained in the file.. like @import or something..
Is there any way to do this?
