![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2005
Posts: 71
OS: XP
|
Global Editing?
I'm sure 'Global Editing' is not the correct term for what I want to do, but that's the best I could come up with. I have a website in HTML that has 21 pages. There is a menu on each of the pages and I was wondering if there was a way to add something to the menu and make it appear on all of the pages without having to edit them one by one. I know of some ways - frames, CMS, SHTML (maybe idk lol), but I need to know if there is a way to do it with just plain old html pages the way I have it. I hope that was clear enough. If really necessary, here is the link: http://www.diva-wrestling.co.nr/ (Does NOT contain nudity, but girls in bikinis and revealing outfits, etc.)
Last edited by TheMailMan; 12-10-2006 at 08:47 PM. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Manager Emeritus
|
Hmm.
Are you asking for a way to add something to each of the pages such as a server side include that you can later update once to update every page, or a way to do a one-time addition to each of the pages on your site without having to edit each one. I've never tried the latter...
__________________
mysql> --i-am-a-dummy
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Aug 2006
Posts: 39
OS: xp
|
If you find that you need to update several pages just to add one item, then SSI is what you need to look into. You started off on the wrong foot, and depending on how far you are into completing the site you may want to consider redoing those portions the right way.
SSI is implemented differently depending what technology you are using. For your problem, you would create the Menu in a SSI file. Then all your other pages would have a snippet of code that would point to that Menu file. If you needed to add an item to the menu, all you would do is edit the Menu file. All of your other pages would get the update since they point to the Menu file. This is something you need to layout before writing a line of html code. Good luck. |
|
|
|
|
|
#6 (permalink) |
|
Manager Emeritus
|
MM, to add to what Vincent said, you will need to know a bit about your server before jumping in. A windows or Apache server will both handle server-side includes if they are configured appropriately. Find out what kind of server will be used, and try out an include before you spend lots of time on it. Keep in mind that the code will be slightly different depending on your server.
__________________
mysql> --i-am-a-dummy
|
|
|
|
![]() |
| Thread Tools | |
|
|