Click to See Complete Forum and Search --> : How could I create a navigation menu without frames?


glenien
12-11-2006, 11:23 AM
Hello, I'm using tables for my website and I have a list of links for navigation at the left side of every page, like this:


-Bla Hello all!.....
-Bla
-Bla


I am tired of replacing and applying it to every page of my website, and I don't want to use frames. What would you suggest? I could use some pretty JavaScripts but I still have to apply it to all of my pages. I want something simple. Can I create a fixed html page where my navigation menu would stay and only the index/other pages would change? Did it make sense? Please help.

KDLA
12-11-2006, 12:23 PM
PHP would be the easiest.
Here's a tutorial on a basic menu:
http://codewalkers.com/tutorials/89/1.html

Note -- your web server must support PHP; be sure to check with your web host.

KDLA