thanks for the reply pal, i copied the tbody bits from the birthdays bit so the gifs i will change later wanted to get it working first and finish of the touches later
basicly i want to keep the break that is at the end so it looks like there is 2 sections in there (hope that makes sense)
Code:
<!-- DW permissions and groups -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
Digital World Groups and Permissions
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
<tr>
<td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
<if condition="is_member_of($bbuserinfo, 27,6)">
<td class="alt1" width="350"><div class="smallfont">
<div class="smallfont">
$vbphrase[hi_donator]
</div>
</td>
</if>
<td class="alt1">
<div class="smallfont" align="right">
You are a Member of the following usergroups:<br />
<!-- Member group pulled code goes here -->
</div></td>
</tr>
</tbody>
<!-- End DW permissions and groups -->