Hi,
Need a little help here.. i cant figure out where & how to remove my URL that appears in the HTML comment text. i found it in my source file.
can someone point it out where is it located so i can remove it? Thnx in advance..<!--bof-header logo and navigation display-->
<div id="headerWrapper">
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
<!--<li><a href="http://my-site.com/">Home</a></li>--> (This Line)
<li><a href="http://my-site.com/login.html">Log In</a></li>
</ul>
</div>
<div class="navMainSearch forward"></div>
<br class="clearBoth" />
</div>
<!--eof-navigation display-->



