Hey I really suck at programming and I have run into an issue where maybe you guys know what to do.
Issue on hand:
1. I have a page split into header, containing links
2. left navigation area , containing again a bunch of internal links
3. central text area
4. bottom again similar to header
so question I have is if I want to add a facebook like link or even any other link to the header or left navigation section.. I have to do a find replace on abt 13000 files.
Is it possible that I have a html file, where I can pull in header from another file, left navigation from other file, leave central content area as is, and again bottom header from same source as header
Is this possible in html, so now instead of me modifying all 13000 filles, I just replace the header html file and it is automatically updated when any of the 13000 pages are opened.
Basically now I want to add a facebook link to the header level and I think it is a pain in the ass to update all the pages and then upload all the pages. so what can i do. Is there something I can do in html or do I need php for this.
Issue on hand:
1. I have a page split into header, containing links
2. left navigation area , containing again a bunch of internal links
3. central text area
4. bottom again similar to header
so question I have is if I want to add a facebook like link or even any other link to the header or left navigation section.. I have to do a find replace on abt 13000 files.
Is it possible that I have a html file, where I can pull in header from another file, left navigation from other file, leave central content area as is, and again bottom header from same source as header
Is this possible in html, so now instead of me modifying all 13000 filles, I just replace the header html file and it is automatically updated when any of the 13000 pages are opened.
Basically now I want to add a facebook link to the header level and I think it is a pain in the ass to update all the pages and then upload all the pages. so what can i do. Is there something I can do in html or do I need php for this.