i want to include in html file, another html file. does anyone knows how? (with <!--include file="test.html"--> it don't works)
if you are using php you do this:
include "/directory/file.loc";
http://www.php.net/include
or you might be looking for server side includes which you can find information on here:
http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html