View Full Version : misaligned categorys
cheech4487
03-02-2005, 07:39 PM
I am using a Theme (Scarlett) I got from Extreme Pixels. I have asked for support there, but they couldn't help. The theme looks great on my vBadvanced page, and throughout the threads etc., but on the main forums page the alignment in the categorys is off. Can anyone tell me what to do to fix this? Thanx!
Harleyarena.net/forum
Tony G
03-03-2005, 02:32 AM
We'd need some code to fix it for you. Basically, your colspan is wrong, so it's not stretching out over all the forumhome tables.
cheech4487
03-03-2005, 01:53 PM
Okay, so what code would you need? Thanx Tony!
Tony G
03-04-2005, 06:57 AM
forumhome_forumbit_level1_nopost.
cheech4487
03-04-2005, 01:58 PM
Thanx Tony!
<!-- eXtremepixels.com top category table setup -->
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="60" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_top_ls.gif" width="60" height="27" alt=" " border="0" /></td>
<td width="19" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/text_ls.gif" width="19" height="27" alt=" " border="0" /></td>
<td width="50%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/cat_top_text_bk.gif)" align="left">
<div align="left" class="smallfont">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a>
<if condition="$show['forumdescription']"> :$forum[description]</if>
<if condition="$show['subforums']"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</if></div>
</td>
<td width="36" height="27" align="left" valign="top"><a href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img src="$stylevar[imgdir_misc]/cat_top_text_end.gif" width="36" height="27" alt=" " border="0" /></a></td>
<td width="50%" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_back.gif" width="50%" height="27" alt=" " border="0" /></td>
<td width="17" height="27" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_top_rs.gif" width="17" height="27" alt=" " border="0" /></td>
</tr>
</table>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<if condition="$childforumbits">
<if condition="$forum['subforumcolumns'] > 1">
<tr>
<td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table style="border-solid: 1px #000000; width: 100%;">
$childforumbits
</table>
</td>
</tr>
<else />
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="200">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</if>
</tbody>
</if>
</table>
<!-- bottom table setup -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="40" height="15" align="left" valign="top"><img src="$stylevar[imgdir_misc]/bottom_ls.gif" width="40" height="15" alt=" " border="0" /></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/bottom_x.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="15" alt=" " border="0" /></td>
<td width="40" height="15" align="right" valign="top"><img src="$stylevar[imgdir_misc]/bottom_rs.gif" width="40" height="15" alt=" " border="0" /></td>
</tr>
</table>
<!-- End bottom table setup -->
<div style="padding: 7px 7px 7px 7px;"></div>
cheech4487
03-08-2005, 04:02 PM
Heeeey Tony! Any luck yet buddy?
cheech4487
03-10-2005, 08:36 PM
I guess it was to big a task.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.