SSI

They have: 55 posts

Joined: Jun 1999

Hello, I once posted a question about if there was any script that would be easy of updating all the pages. For an example, if I update one page, it would then update all the pages I have. And then, someone told me to use SSI. I tried to use it with Dreamweaver but I get 2 pages on 1 page. I get the content of 2 pages onto 1. I would like to be able to update my site easily. Since, I don't use frames, one side is my navigation. I want to be able to update that by just updating one page. Is this possible?

------------------

They have: 11 posts

Joined: Nov 1999

John,

What has worked for me is to put the HTML together for your nav code. Put the code without the <head><title> and <body> tags just the nav code into a file say nav.txt. Then on your main web page preferrably in a table or cell use something like this
<!--#include virtual="/path/to/nav.txt"-->

That will place your nav code where you want it.

Ray

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.