ok this is my forumhome_forumbit_level1_nopost template, the left and right are images, use a background image for the center (talking about your attachment). edit the images in my code properly so that it will show off
HTML Code:
<if condition="$forum[forumid] == 1">
<else />
</table>
<table summary="$forum[title]" align=center style="background-image: url('$stylevar[imgdir_misc]/gradients/catbottombg.gif'); background-repeat: repeat-x;" border="0"
cellPadding="0" cellSpacing="0" width="100%">
<tbody>
<tr>
<td align=left width="50%"><img border="0" height="13" src="$stylevar[imgdir_misc]/gradients/catbottomleft.gif" width="39"></td>
<td align=right width="50%"><img border="0" height="13" src="$stylevar[imgdir_misc]/gradients/catbottomright.gif"
width=39></td></tr></tbody></table>
<br /><table summary="$forum[description]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
</if>
<tbody>
<tr>
<td class="tcat" align="center" 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}">
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="225" nowrap>$vbphrase[last_post]</td>
<td class="thead" nowrap>$vbphrase[threads]</td>
<td class="thead" nowrap>$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" nowrap>$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>
</if>