CSS menu to change accross all pages without having to change by hand
nigassma
8:53 pm on Aug 17, 2005 (gmt 0)
I want to include markup that could be served into a plethora of pages without having to use library items in DW. Would a php include be the best way to attack this?
<?php include="file.htm";?>
Any ideas?
Thanks.
coopster
11:26 pm on Aug 17, 2005 (gmt 0)
If you're not using some form of server-side technology to manage menuing on a large site I would say you're half crazy ;) Updating links takes quite a bit of time when they are on every hard-coded document on the site.
You could use either SSI or PHP. I prefer PHP because I can add some fairly advanced techniques that I would normally be limited by if I simply used SSI.