PDA

View Full Version : Navigation icons?


Loki12
08-09-2005, 02:45 PM
Hi

I would like to have these icons for my navigation menu (see attachment). How do I do it? :confused:

Brian
08-10-2005, 03:08 PM
Those should already be there...

Our Sponsors
 

pmatoso
08-11-2005, 08:08 AM
In admincp-vBa CMPS-[Module Settings]
Post this code in "Level 1 Mark"
<img class="inlineimg" src="/forum/images/misc/navbits_start.gif" alt="" border="0" />

and in "Level 2+ Mark" put this:
<img class="inlineimg" src="/forum/images/misc/navbits_finallink.gif" alt="" border="0" />

Loki12
08-11-2005, 02:42 PM
In admincp-vBa CMPS-[Module Settings]
Post this code in "Level 1 Mark"
<img class="inlineimg" src="/forum/images/misc/navbits_start.gif" alt="" border="0" />

and in "Level 2+ Mark" put this:
<img class="inlineimg" src="/forum/images/misc/navbits_finallink.gif" alt="" border="0" />

Thank you! :)