Forum Moderators: open
I've tried placing the following SSI commands in the cell that I want the nav bar to be displayed in, to no avail:
<!--#include virtual="/filename.htm"--> as well as
<!--#include file="ITWCAincludeTest.htm"-->
the included file is not showing up in IE or firefox.
both files are in the same directory. im running IIS.
all help is appreciated
My AdSense code is in an included file. If I view the page (on the server) as:
http#www.domain.com/folder/file.html
the AS code displays fine. But if I view it as (my preference):
http#folder.domain.com/file.html
then I get an error that the directive could not be processed.
The displayed pages call the AS code with a path such as:
/folder/lib/asfile.htm
I tried using the absolute path from the webhost root, e.g.
/home2/customername/public_html/folder/lib/asfile.htm
but I still get the error.
My fallback is to use the http#www.domain.com/folder/file.html option but I'd appreciate help with the other way.