Posts: 876
Name: Matt Pealing
Location: England, north west
|
I've added the code for some navigation into a Library file like so:
Code:
<ul id="nav">
<li><a href="../contact.php">CONTACT</a></li>
<li><a href="../community.htm">COMMUNITY</a></li>
<li><a href="../healthSafety.htm">SAFETY</a></li>
<li><a href="../experience.htm">EXPERIENCE</a></li>
<li><a href="../project.htm">PROJECTS</a></li>
<li><a href="../partner.htm">PARTNERS</a></li>
<li><a href="../index.htm">HOME</a></li>
</ul>
The problem is with the 'index.htm' link. I want to set it as the root directory with './'
However, when I do this Dreamweaver then updates all of the pages with 'href="Templates/'
Which obviously isn't what I want to do. I don't see why Dreamweaver can't just use the code that I've typed in??
Does anyone know of a workaround for this?
Cheers.
|