Log in

View Full Version : Adding an icon to the 'title' bar?


Ruthierhyme
05-23-2006, 12:40 PM
Hi

Can anyone please let me know how to add an image icon to the top nav bar?

like the mouse on this

Many thanks

*EDIT ~ to remove image link

Rich
05-23-2006, 12:50 PM
You need to edit the navbar template.

Ruthierhyme
05-23-2006, 01:28 PM
:confused: Thanks, but what line of code do I need to add to the template?

Rich
05-23-2006, 09:25 PM
Well, you need to add this:

&nbsp;<img src="/path/to/image/image.gif" alt="" border="0" />

after the word in the navbar where you want the image.

For example, this will show an image beside the "FAQ" text. (On the right of it.)

<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a>&nbsp;<img src="/path/to/image/image.gif" alt="" border="0" /></td>

bubble-gum
05-24-2006, 12:35 AM
Oh Thanks, that have I also searched for my forum. :D

Ruthierhyme
05-24-2006, 09:39 AM
That is fantastic ..LOL thank you sooo much .... :banana:

Rich
05-24-2006, 12:24 PM
Glad I could help.