PDA

View Full Version : Table Alignment


Nmidia
01-07-2004, 07:08 PM
<a href="http://www.legionsofloki.com/Forum/index.php?" target="_blank">http://www.legionsofloki.com/Forum/index.php?</a>

HI there.

anyone got any ideas why the table alignment on the forum has gone a bit a bit odd? The bits on the right where it shows last post information are all out of whack.

Thanks in advance

Zachery
01-07-2004, 07:28 PM
check out my Gamma hacks there is a helpfull mod to help deal with collum alignemnt :)

Nmidia
01-07-2004, 07:50 PM
check out my Gamma hacks there is a helpfull mod to help deal with collum alignemnt :)

Ahh sorry, I am already running your forum spacing scripts. This is my code for the spacing. Where am I going wrong?


<if condition="$forum[forumid] == 65">
<else />
<tr>
<td class="thead" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="clear.gif" alt="" width="1" height="1" /></td>
</tr>


</table> <br /><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
</if>

<tbody>
<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']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>