The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I know it sounds easy...but i just cant find where to whack my html...can anyone point me in the right direction?
|
|
#2
|
||||
|
||||
|
go to the navbar template:
find: Code:
<!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> Hardcoded style: Code:
<td class="vbmenu_control"><a href="link_here">Text Here</a></td> Code:
<td class="vbmenu_control"><a href="link_here">$vbphrase[link]</a></td> |
|
#3
|
||||
|
||||
|
thanks mate
|
![]() |
|
|