phill2003
06-17-2003, 05:15 PM
how do i get the right and left images to show properly with vb 3
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a href="forumdisplay.php?$session[sessionurl]forumid=$forum[forumid]"><b>$forum[title]</b></a>
<span class="smallfont">
<if condition="$forum[description]"><br />$forum[description]</if>
<if condition="$forum[subforums]"><hr size="1" /><b>Sub-forums:</b> $forum[subforums]</if>
</span>
</td>
</tr>
i tried allsorts of ways to put it in but none of them worked, infact some of them did some right wierd things to the forumhome.......
thanks
phill
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a href="forumdisplay.php?$session[sessionurl]forumid=$forum[forumid]"><b>$forum[title]</b></a>
<span class="smallfont">
<if condition="$forum[description]"><br />$forum[description]</if>
<if condition="$forum[subforums]"><hr size="1" /><b>Sub-forums:</b> $forum[subforums]</if>
</span>
</td>
</tr>
i tried allsorts of ways to put it in but none of them worked, infact some of them did some right wierd things to the forumhome.......
thanks
phill