How do you insert a page within multiple pages, and should html or CSS be used?

Ian

New member
I am making a website, and need to have 30 links or so within about 30 or so pages.

I am under the impression that CSS can be used to imbed a single "page" of all of these links within each of the 30 or so pages. This way I would be able to make changes to that one page, and it would then have been updated within the multiple pages that it is embedded in.

I know very very little html code, and I am using KompoZer to create my webpage. Advice for using CSS or whatever within KompoZer would be most helpful, but if anyone posts the actual code that would be helpful too...
 
Sounds like javascript would be your best bet for this. An external js file can be embedded into each of your pages listing the links. If you need to change or add a link, just update your js file and zap! all pages are updated.
 
Back
Top