Universal CSS Navigation Menu Support Product Page
Retro fitting a CSS Menu into existing website
Asked 03 Feb 2010 15:32:11
1
has this question
03 Feb 2010 15:32:11 Paul Rodarte posted:
What is the best way to implement a new CSS Navigation Menu to an existing 100 page website that can be updated easily in the future? Replies
Replied 05 Feb 2010 11:06:50
05 Feb 2010 11:06:50 Patrick Julicher replied:
Hi Paul,
Does your existing webpage use some kind of template?
Kind regards, Patrick
Does your existing webpage use some kind of template?
Kind regards, Patrick
Replied 14 Feb 2010 03:37:57
14 Feb 2010 03:37:57 Paul Rodarte replied:
No it does not use a template.
Replied 14 Feb 2010 12:33:13
14 Feb 2010 12:33:13 Paul Rodarte replied:
What is the syntax to use a SSI
Replied 14 Feb 2010 12:40:59
14 Feb 2010 12:40:59 Patrick Julicher replied:
Hi Paul,
The easiest way for you to approach this, is to use an include to a seperate file that holds the menu. To get all the javascripts into all your pages you might want to use a search and replace.
The correct syntax of a SSI is:
Kind regards, Patrick
The easiest way for you to approach this, is to use an include to a seperate file that holds the menu. To get all the javascripts into all your pages you might want to use a search and replace.
The correct syntax of a SSI is:
<!--#include file="yourfolder/menu.html"-->
Kind regards, Patrick