Hi, I have a problem with my template and it’s a real stumper for me, the solution is probably staring my in the face but I don't see it.

For example I get this broken link from the sub-pages
http://www.rvezcooking.com/rvezcooking/Pages/Mikes%20Meat%20Sauce.htmlAnd a working link from the Home page
http://www.rvezcooking.com/Pages/Mikes%20Meat%20Sauce.htmlThe template on Dreamweaver for some reason do not update the pages, in order for the link to work I have to go in all the sub-pages and remove (rvezcooking), what I don't comprehend is why the template don't update all the pages the same.
This is the code on the sub-page.
<p><font color="#cccccc" size="2" face="Century"> <a href="BBQ Prime Rib.html" target="_parent"><font color="#CCCCCC">BBQ Prime Rib</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"> <a href="Greek Coffee.html" target="_parent"><font color="#CCCCCC">Greek Coffee</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"> <a href="../rvezcooking/Pages/Mikes Meat Sauce.html"target="_parent"><font color="#CCCCCC">Mikes Meat sauce</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"><a href="Glazed chicken.html" target="_parent"><font color="#CCCCCC">Glazed Chiken</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"> <a href="../Pages_prep/Pate.html" target="new page"><font color="#CCCCCC">Pate</font></a></font></p>
And this from the template.
<p><font color="#cccccc" size="2" face="Century"> <a href="../rvezcooking/Pages/BBQ Prime Rib.html" target="_parent"><font color="#CCCCCC">BBQ Prime Rib</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"> <a href="../rvezcooking/Pages/Greek Coffee.html" target="_parent"><font color="#CCCCCC">Greek Coffee</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"> <a href="../rvezcooking/Pages/Mikes Meat Sauce.html"target="_parent"><font color="#CCCCCC">Mikes Meat sauce</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"><a href="../rvezcooking/Pages/Glazed chicken.html" target="_parent"><font color="#CCCCCC">Glazed Chiken</font></a></font></p>
</div>
<div align="center">
<p><font color="#cccccc" size="2" face="Century"> <a href="../rvezcooking/Pages_prep/Pate.html" target="new page"><font color="#CCCCCC">Pate</font></a></font></p>
Thank you…..
