M micky13 New Member Apr 15, 2009 #1 Does someone know how to add a link to the navbar in the bluefox style? Thanks!
A amn New Member Apr 15, 2009 #2 Template: header add: Code: <td width="78" height="34" class="css_nav"><a href="http://www.[color=red]xxx[/color].com">[color=red]Your Text[/color]</a></td> If you want hide link from guest find Code: <if condition="$show['member']"> and add after Code: <td width="78" height="34" class="css_nav"><a href="http://www.[color=red]xxx[/color].com">[color=red]Your Text[/color]</a></td>
Template: header add: Code: <td width="78" height="34" class="css_nav"><a href="http://www.[color=red]xxx[/color].com">[color=red]Your Text[/color]</a></td> If you want hide link from guest find Code: <if condition="$show['member']"> and add after Code: <td width="78" height="34" class="css_nav"><a href="http://www.[color=red]xxx[/color].com">[color=red]Your Text[/color]</a></td>