AK
01-05-2001, 02:22 PM
That's what SSI is for. With SSI, you can put all the html code for the menu in a text file, menu.txt, and put the code
<!--#include file="menu.txt"-->
on the pages where you want the menu to appear. When you update the text file, all pages that contains the SSI call above will be updated too.
Not all servers are configured for SSI though, you'd better check with your host first.
[This message has been edited by AK (edited 01-05-2001).]
<!--#include file="menu.txt"-->
on the pages where you want the menu to appear. When you update the text file, all pages that contains the SSI call above will be updated too.
Not all servers are configured for SSI though, you'd better check with your host first.
[This message has been edited by AK (edited 01-05-2001).]