ProMonika
11-16-2006, 03:12 PM
I was hoping someone might be able to direct me to any resources that could help with the following task I have set myself (much searching on google etc has yet to produce one).
I am creating site that has quite a few pages and would like the navigation menu to be an external piece of xhtml code that can be imported so that, say, I need to add or subtract a link - I do not have to do it across upwards of 25 pages. I'm aware that PHP has an include() function that would be useful, BUT, this is not the preferred option (as is iFrames). How else can I import this menu list into each .html file?
I am creating site that has quite a few pages and would like the navigation menu to be an external piece of xhtml code that can be imported so that, say, I need to add or subtract a link - I do not have to do it across upwards of 25 pages. I'm aware that PHP has an include() function that would be useful, BUT, this is not the preferred option (as is iFrames). How else can I import this menu list into each .html file?