I am using header include for my pages now i got a weird problem my header include got the following code
<div id="head"><!--header start--> <div class="c5"> <p class="c4"><a href="#" class="c1">Portfolio</a> <span class="c2">|</span> <a href="#" class="c3">FAQs</a> <span class="c2">|</span> <a href="contactus.php" class="c3">Contact us</a><span class="c2">|</span> <a href="http://neophytech.com/blog/" class="c3">Blog</a><span class="c2">|</span> <a href="http://www.neophytech.com/forum/" class="c3">Forum</a></p> </div> <div id="main"> <h1><img src="../images/logo.png" class="c6" alt="** PLEASE DESCRIBE THIS IMAGE **" /><a href="#">Neophytech</a></h1> <h2><a href="#">power-packed-performance</a></h2> <form action="#" method="post" id="search"> <fieldset><input type="text" value="search" class="button" /> <input type="submit" value="" title="Search" class="submit" /></fieldset> </form> </div> <!--header end-->where the problem is with the logo image
i have changed the structure of my page where for instance there is webdesign folder within which there are index.php and contains folder of smallbusiness,ecommerce,cms ,datbasedriven etc each containing index.php in them
now my problem is when i change the path of the logo image path to
<img src="../images/logo.png" class="c6" alt="** PLEASE DESCRIBE THIS IMAGE **" />it shows the logo only here
that is the index file within webdesign but when i go within the ecommerce which is afolder within webdesign i getthis
so my query is shld i need to make a seperate include for the files with different paths
Help
















