Quote:
Originally Posted by dope15gd
go to your ACP and edit templates in whatever style you want. Choose tabbers and scroll down some. Near the bottom you'll see the links already placed there. You can just edit those to what you want
|
This is what I have in tabbars
Quote:
<!-- Tabbars Start -->
<!-- CSS1 HTML TAB MENU START-->
<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td><div id="colorcodes" class="colorcodes">
<ul>
<li><a href="$vboptions[forumhome].php$session[sessionurl_q]" class="tabbarsone" onMouseover="expandcontent('sc1', this)">HOME</a></li>
<li><a href="/forums/" class="tabbarstwo" onMouseover="expandcontent('sc2', this)">Arcade</a></li>
<li><a href="/forums/Chat/flashchat.php" class="tabbarsthree" onMouseover="expandcontent('sc3', this)">Chat</a></li>
<li><a href="/forums/" class="tabbarsfour" onMouseover="expandcontent('sc4', this)">Forums</a></li>
<li><a href="/gallery/" class="tabbarsfive" onMouseover="expandcontent('sc5', this)">Gallery</a></li>
<li><a href="/forums/downloads.php" class="tabbarssix" onMouseover="expandcontent('sc6', this)">Downloads</a></li>
</ul>
</div></td>
</tr>
</table>
<!-- CSS1 HTML TAB MENU END-->
<!-- Tabbars End -->
|
What do I have to edit so my tabs will work.