what kind of problems are on your vbadvanced cmps page?
i have a welcome block setup on maddhouse with the category top images on it.
this is the code to place in the cmps templates:
HTML Code:
<!-- top category table setup -->
<table width="100%" style="background-image: url($stylevar[imgdir_misc]/catback.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="139" height="39" align="left" valign="top"><img src="$stylevar[imgdir_misc]/tcat_ls.gif" width="139" height="39" alt="" /></td>
<td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/catback.gif)" align="left"></td>
<td width="139" height="39" align="right" valign="top"><img src="$stylevar[imgdir_misc]/tcat_rs.gif" width="139" height="39" alt="" /></td>
</tr>
</table>
<!-- End top category table setup -->
it works on the other blocks aswell. just don't use it on a side block as the images are to large and messes things up.
if you also want the bottom on it, here is the code for that:
HTML Code:
<!-- bottom table setup -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="16" height="14" align="left" valign="top"><img src="$stylevar[imgdir_misc]/ls_main_table_bottom.gif" width="16" height="14" alt="" /></td>
<td height="14" width="100%" style="background-image: url($stylevar[imgdir_misc]/extended_main_table_bottom.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="14" alt="" /></td>
<td width="16" height="14" align="right" valign="top"><img src="$stylevar[imgdir_misc]/rs_main_table_bottom.gif" width="16" height="14" alt="" /></td>
</tr>
</table>
<!-- End bottom table setup -->
good luck