views:

51

answers:

1

I have a line of code that I am unable to view. I am using a spry nav bar. I am saving the files as navigation.shtm, and the file that it is going is is products.shtm

This is a simple link and it should be working fine but I can get it to work correctly.

  <div id="column1">
  <div class="menu">
  <div>
            <!--#include file="ssifooter/navigation.shtm" -->
  </div>
  </div>       
  </div>

The data file is (Dreamweaver spry)

A: 

What server are you running?

Windows

  • For IIS 6.0 check out this link.
  • For IIS 7.0 there is an option within the OS you need to install (Windows 7 under Application Development Features of the Internet Information Services options of turning on or off windows features)

Apache

Check out this link for how to configure and install the extension

smaclell
I believe it is an Apache server.
Mike
thanks... that worked.
Mike