Log in

View Full Version : help - not aligned -


Sycoloco1212
07-29-2008, 09:20 PM
http://img57.imageshack.us/img57/6884/noaligncb6.jpg

as you can see the part inside the column of "Last Post" none of it aligns with each other .. help plz =(

Opserty
07-29-2008, 09:21 PM
<a href="http://www.vbulletin.com/forum/showthread.php?t=156777" target="_blank">How To Change the Width of the Forum List Columns</a>

Sycoloco1212
07-29-2008, 09:40 PM
doesn't seem to help me much..

this is the code i have for "forumhome_forumbit_level1_nopost"

<table cellpadding="8" cellspacing="0" border="0" width="100%" align="center" style="border: 1px solid #000000;">
<thead>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a><if condition="$show['forumdescription']">: <span class="smallfont">$forum[description]</span></if>
</td>
</tr>
</thead>
</table>
<if condition="$childforumbits">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top: 0px;">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="41">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="60">$vbphrase[threads]</td>
<td class="thead" width="60">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="125">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>
</if>
</tbody>

--------------- Added 1217371585 at 1217371585 ---------------

err nevermind i got it sorry =) that link did help after i relooked over it lawl