What you'll see below is a typical NavBar entry... it's a link, not a menu, menues are slightly different, but adding the icon to it is the same no matter what kind of a link it is.
Quote:
<td class="vbmenu_control"><a href="http://www.amacny.com/vb/index.php?$session[sessionurl_q]">Forums</a></td>
|
You'll see the difference in
GREEN here.
Quote:
<td class="vbmenu_control"><a href="http://www.amacny.com/vb/index.php?$session[sessionurl_q]"><img src="http://www.amacny.com/images/navbar/forums.png" border="none"><br>Forums</a></td>
|
The first piece is the place-holder for the image.
Quote:
<img src="http://www.amacny.com/images/navbar/forums.png" border="none">
|
The second piece is the carriage return.