| tjbravo 2008-04-30, 4:41 pm |
| I am hoping somebody might be able to shed some light here for me. I am working with somebody who has forwarded a site template. The verbage in the template states:
"This template was built using Microsoft Expression Web Designer. This is a CSS based template, built with no tables and no FrontPage theme! Everything on this page is controlled with an external Cascading Style Sheet."
I am using Dreamweaver 2004 as editor on my end. We will both be accessing and updating this page with our different editors.
I am having a heck of a time getting the SSI to function. Inasmuch, if I open the nav file in the includes folder to change one of the link names, it does not update anywhere on the actual nav bars in the pages. (I hope I phrased that clearly...)
This is the complete text from the navigation page in includes folder:
<ul>
<li><a href="../index.htm">Come Home</a></li>
<li><a href="../about.htm">About Us</a></li>
<li><a href="../contactus.htm">Contact Us</a></li>
<li><a href="../blankpage.htm">Blank Page</a></li>
<li><a href="../instructions.htm">Instructions</a></li>
<li><a href="../resources.htm">Resources</a></li>
<li><a href="../sitemap.htm">Site Map</a></li>
</ul>
The specific title "Come Home" does not update on the main index page. I have re-saved index as sthml, and it did not work there either.
I have not used the SSI before, so I am blind with regard to looking for missing pieces, etc. |