View Full Version : Tab Menu Alignment Problem
Icehawk002
04-14-2007, 04:31 PM
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 :)
da420
04-14-2007, 05:41 PM
Cell spacing/padding maybe? You'd probably get better results if you posted your header template...
Icehawk002
04-14-2007, 09:42 PM
thanks, good idea da420 here is the current code in header template, also anything I should add reference browser compatibility?
<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
:)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.