I'm using Dreamweaver 8 to develop a site, and trying to devlop pages from a DW template (.dwt)
My problem is with relative links - when I set it up with a path that looks like
Code:
<img src="../images/header.jpg" width="760"
, it turns into
Code:
<img src="../../../../2006_weather_%20project/production/20060715/images/header.jpg" width="760"
when I create a page based on the template and then save it.
This happens too with library items - in the .dwt it looks like
Code:
<a class="nav" href="../forms.htm">Forms</a><br>
, but changes to
Code:
<a class="nav" href="../../../../forms.htm">Forms</a><br>
in the completed page.
I must have done something wrong - can anyone assist please?
BTW, a my directory looks like (see attachment).
Hope you can help, coz I'm getting a little frustrated with not being able to move on.