Quote:
Originally Posted by cynthetiq
Thanks alot! I haven't created my menus but
|
and here I was wondering why I wasn't getting any answers... I didn't finish my thought apparently.
I'm using a custom skin, navbar has been moved to the header and I followed the discussion and put one edit int he header and the other in the navbar. It works great.
what I need to now do is make sure that every time I add a new link a spacer gets added nav_div.gif.
PHP Code:
<td class="h_nav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
<td class="h_nav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
<td class="h_nav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
$custom_droplinks_cat
$custom_singlelinks
<td><img src="$stylevar[imgdir_misc]/nav_div.gif" alt="" /></td>
Also I need to adjust the class="" since it colorizes the added menu item. Where do I find that to edit? I've looked in the templates I can find which is just the custom_droplinks_cat, custom_singlelinks, custom_droplinks, but there is no class for me to edit there. Please see attached image for example.
Thanks