PDA

View Full Version : How do you add a link above top navbar?


mustangt562
11-29-2007, 07:11 AM
I am starting a blog that is in a folder in the public html/root on my host. I want members to be able to access this blog via a link placed above the top navbar as seen in the example picture. How do I do this? Thanks sooooo much :)



http://www.mustangmods.com/ims/u/2096/6536/209379.jpg

--------------- Added 1196387415 at 1196387415 ---------------

does anyone know how to do this please ?

Princeton
11-30-2007, 11:56 AM
you can add it to your header template

FIND IN header template:

<td align="$stylevar[right]">
&nbsp;
</td>



REPLACE WITH:

<td align="$stylevar[right]">
<a href="YOUR URL GOES HERE">Featured Articles</a>
</td>