I have some problems with my forum.
www.jamaicapromote.com/forum
look at the lower cat image on top and then a lower cat image is missing on the bottom
here is the code
PHP Code:
<if condition="$forum[forumid] == 9"> <else />
<!-- BOTTOM TABLE IMAGE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/jamaica/bottom_slice.gif">
<tr>
<td width="50%" align="left" valign="top"><img src="images/jamaica/bottom_left.gif" alt="left" /></td>
<td width="50%" align="right" valign="top"><img src="images/jamaica/bottom_right.gif" alt="right" /></td>
</tr>
</table>
<!-- END BOTTOM TABLE IMAGE -->
<br />
</if>
<!-- top category table setup -->
<table class="tborder" border="0" cellpadding="0" cellspacing="0" width="100%" valign="bottom" align="bottom" background="images/jamaica/body_slice.gif">
<tr>
<td width="" height="25" align="left" valign="top"><img src="images/jamaica/body_left.gif" width="95" height="25" alt="left" /></td>
<td width="100%" valign="top">
<div align="center"> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a></div>
<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>
</div>
</if> </td>
<td width="" height="25" align="right" valign="top"><img src="images/jamaica/body_right.gif" width="42" height="25" alt="right" /></td>
</tr>
</table>
<!-- End top category table setup -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$childforumbits">
<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
</tbody>
</if>
thx