rejetto forum
Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: MTA on August 20, 2009, 11:18:10 AM
-
I use rawr template. how can i add button at my hfs? i want to put two button which name MTA Network & MTA Forum
-
You have to edit the template, locate the navigation bar 'navbar' and then add your buttons.
<div class="bigBtn">
<a href="URL">MTA Network</a>
</div>
<div class="bigBtn">
<a href="URL">MTA Forum</a>
</div>
-
Always so avaricious in explanations ;D
<a href="URL"> don't forget to replace "URL" by "http://MTA_dns-name/......" ;)