I think you need to change the colspan to 5 or 3 where is:
PHP Code:
<td class="thead" [COLOR="#ff0000"]colspan="4"[/COLOR]><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_gifts]</td>
</tr>
</thead>
<tbody id="collapseobj_usergiftsmode" style="">
<tr>
<td class="tcat"></td>
<td class="tcat">$vbphrase[vbplaza_sender]</td>
<td class="tcat">$vbphrase[vbplaza_message]</td>
<td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
</tr>
$userinfo[gifts]
</tbody>
</table>
</div>
</if>
<if condition="$show['ribbons']">
<div class="fieldset">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead" [COLOR="Red"]colspan="4"[/COLOR]><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('userribbonsmode')"><img id="collapseimg_userribbonsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_userribbonsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_ribbons]</td>
</tr>
</thead>
<tbody id="collapseobj_userribbonsmode" style="">
<tr>
<td class="tcat"></td>
<td class="tcat">$vbphrase[vbplaza_sender]</td>
<td class="tcat">$vbphrase[vbplaza_cause]</td>
<td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
</tr>
$userinfo[ribbons]
</tbody>
</table>