OK, my site: http://www.pullupbarsx.com
I am attempting to display a link on the nav bar, followed by an image, followed by a link etc etc...
This is the html I have on my header.php file in my top-menu section:
<div id="top-menu">
<div style="float:left;">
<a class="navlink" href="http://www.pullupbarsx.com/" rel="nofollow">Home</a>
<img class="navdivide" border="0" alt="" src="/images/navbardivide01.png/">
<a class="navlink" href="http://www.iphonedevsdk.com/index.php?p=books" rel="nofollow">Books</a>
<img class="navdivide" border="0" alt="" src="http://www.iphonedevsdk.com/forum/sdk/misc/splt.png">
</div>
</div>
The links are showing correctly, and the second image is showing correctly (that's my test image and it works). The problem is, the first image is in my wordpress theme file: /themes/bluepullupbars/bluepullupbars1/images/navbardivide01.png/
No matter what combination of directory I use, it won't display. Any ideas?