Click to See Complete Forum and Search --> : Simple Server Side Script problems


evogear54
11-02-2007, 01:50 PM
Hi everyone,
I am a newbie trying to run a simple SSI script as a header and foot for a page, but when I include it in the page it takes over the entire page is there something I'm missing.
<!--#include virtual="/includes/header.shtml"-->

Please could someone help

Thanks in advance

LeeU
11-02-2007, 04:22 PM
Can you post a link to the page and the code for the include? Also, if this is for a head AND a footer, you would need two includes.

evogear54
11-02-2007, 06:51 PM
Hi thanks for your reply
The link is here: http://www.fairbanx.com/beta1a.asp
and the include file is here: http://www.fairbanx.com/includes/header.shtml

script on home page: <!--#include virtual="/includes/header.shtml"-->
I am trying to place the include into my home pages header using Dreamweaver but it replaces everything on the home page.

Thanks