rejetto forum

HOW TO ADD BUTTON AT NAV BAR?

Guest · 3 · 4508

0 Members and 2 Guests are viewing this topic.

MTA

  • Guest
I use rawr template. how can i add button at my hfs? i want to put two button which name MTA Network & MTA Forum


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
You have to edit the template, locate the navigation bar 'navbar' and then add your buttons.

Code: [Select]
<div class="bigBtn">
<a href="URL">MTA Network</a>
</div>
<div class="bigBtn">
<a href="URL">MTA Forum</a>
</div>


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2063
    • View Profile
Always so avaricious in explanations ;D

<a href="URL">    don't forget to replace "URL" by "http://MTA_dns-name/......;)