For some strange reason I cant seem to get includes to work. I am using the code: <!--#include virtual="menu.html" --> With no success I wondered if anyone could help me work out why its not working! Thanks
try this instead <!--#include file="menu.html" --> and make sure the path to menu.html is correct. or it should be in the same directory where the current file resided. Thanks