
Originally Posted by
welchyboy
I changed the Home link to <li><a href="http://www.wpc-consulting.com/~stxmill/">Home</a></li>
It didn't seem to change anything. I changed this link in the tpl_drop_menu.php and it seems to not have made any difference. Also if you could look at my photo gallery page...I am not sure why but the flash gallery on some computers seem to be larger than normal and dont work. However on my computer and work and home it works perfectly. Any ideas....
Another error I found...
Code:
<div id="dropMenuWrapper">
<div id="dropMenuWrapperb">
<div id="dropMenuWrapperc">
<div id="dropMenuWrapperd">
<div id="dropMenu">
<ul class="level1">
</li>
<li><a href="http://www.wpc-consulting.com/~stxmill/">Home</a></li>
<li><a href="http://www.wpc-consulting.com/~stxmill/index.php?main_page=about_us&zenid=842e7cd1b8848968bcba00eb132c766a">About Us</a></li>
<li><a href="http://www.wpc-consulting.com/~stxmill/index.php?main_page=history&zenid=842e7cd1b8848968bcba00eb132c766a">HISTORY</a></li>
<li><a href="http://www.wpc-consulting.com/~stxmill/index.php?main_page=fund_raising&zenid=842e7cd1b8848968bcba00eb132c766a">FUND RAISING</a></li>
<li><a href="http://www.wpc-consulting.com/~stxmill/index.php?main_page=the_windmill&zenid=842e7cd1b8848968bcba00eb132c766a">THE WINDMILL</a></li>
<li><a href="http://www.wpc-consulting.com/~stxmill/index.php?main_page=photo_gallery&zenid=842e7cd1b8848968bcba00eb132c766a">PHOTO GALLERY</a></li>
</div>
</div>
</div>
</div>
</div><!-- end dropMenuWrapper-->
You have an </li> at the beginning of it, which needs to go, and its missing the closing </ul>.