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 & Single Sourcing</a> | <a href="products.
html">Products</a> | <a href="downloads.
html">Downloads & 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