The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have added tabs to my test forum just like those here, unlike those here the tabs have a space between them and the Welcome Headers, I've looked and looked but I can't find a solution.
The code for the tabs is in the header template. Anyway the attached pictures should explain the problem and the solution I am looking for. Please help its so often the little things that bug ya ![]() |
#2
|
|||
|
|||
![]()
Cell spacing/padding maybe? You'd probably get better results if you posted your header template...
|
#3
|
||||
|
||||
![]()
thanks, good idea da420 here is the current code in header template, also anything I should add reference browser compatibility?
Code:
<div id="topimg"></div> <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[cebter]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> <!-- /logo --> <!-- content table --> <!----------tabs menu---------> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr valign="bottom"> <td class="nowrap" align="right" valign="bottom" style="padding:0 18px 0" colspan="2"> <a href="/forums/index.php" title="View Galleries" class="tab">Pictures</a> <a href="/forums/arcade.php" title="Play Games" class="tab">Games</a> <a href="userpage.php?do=list" title="Read Blogs" class="tab">Blogs</a> <a href="/forums/forumdisplay.php?f=19" title="View Articles" class="tab">Articles</a> <a href="/forums/index.php" title="Visit Forums" class="tab">Forums</a> <a href="/forums/cmps_index.php?" class="tab" title="Portal">Home</a> </td> </tr> </table> <!----------end tabs menu---------> $_phpinclude_output $welcomeheaders ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|