Thread: SSI Problem
View Single Post
  #1 (permalink)  
Old Mar 9th, 2008, 18:14
awieds awieds is offline
New Member
Join Date: Mar 2008
Location: Israel
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
SSI Problem

Hi,

I have developed a website and am now trying to use include files for my footers. I have been playing around with it for a while now and am just fed up. It is not working! The code I am using for the include is:

<!--#include virtual="footer.shtml"-->

and the code in the footer file is:

<div id="bottomMenu" style="clear:left;">
<span><a href="index.html">Home</a> | <a href="company.html">Company</a> | <a href="docservice.html">Technical Documentation Services</a> | <a href="techandss.html">Technology &amp; Single Sourcing</a> | <a href="products.html">Products</a> | <a href="downloads.html">Downloads &amp; Resources</a> | <a href="search.html">Search Site</a> | <a href="contact.html">Contact Us</a></span><br />

</div>

I tried placing the <div> tags on the index page as well but it didn't make any difference. It is just not including the file.
If anyone has any suggestions I'd really appreciate it.
Thanks!
awieds
Reply With Quote