Quote:
Originally Posted by FotoBilgi
Haylaz,
How can add link header template.For example Forumhome,Forum,Photos vs...
Because ı'm using vbadvanced thanks..
(Headera anasayfa,forum,fotoğraflar başlıkları eklemek istiyorum link vererek kodları nedir)
|
Open header template and add links example below;
Code:
<li class="top"><a href="link here" class="top_link"><span class="down">Link Name</span></a></li>
After you added links you must change size of nav links. For this open css file and find;
Code:
padding: 0 0 0 200px;
to lover number example;
Code:
padding: 0 0 0 100px;
If you add more links you must write lover numbers there.