|
If SSI is supported by .htm files on your server try the following.
<!--#include virtual="/includes/menu.htm"-->
If it's not you can try renaming the .htm files to .shtml. The .shtml is the Server Side Include extension. But many servers are configured to allow .htm(l) files to use SSI include files.
If none of these work you could use a javascript file for the menu as a workaround but not ideal.
imaginemn
|