I am building a website that is used with CSS in two DIVs. One "header" DIV, which is always the same "Content" DIV, which changes.
Is it possible in my CSS file to write HTML with all the links that remain in the header, so I just need to call (or the like) on each page, instead of writing the contents of the header each time? It will also help to edit only one source, since I often leave pages by mistake.
I do not want to use frames, so we are looking for an alternative.
Thanks Brett
source
share