Forum Moderators: phranque
(1)
is it true that if I have a menu on each page I can simply use this line:
<!--#include virtual="menu.html" -->
and an html page with the menu on it
and I'll be able to change the menu on each page by simply altering menu.html?
...
(2)
Also does this slow down the page loading significatly? Is this bad? If so is it difficult to parse it somehow (very ignorant here)? I've read something about htmlaccess or something... please explain!
You may need to use a .shtml extension for pages using includes, or make some changes to your .htaccess file depending on how your server is set up. Are you on a shared or dedicated server?