Code:
<table class="membertable" width="x" height="x" cellpadding="0" cellspacing="0"><tr><td>
{if $active_modules.Wishlist ne "" and
$wlid ne ""}
{$lng.lbl_friends_wish_list}
{/if} {if $login ne ""} {if $active_modules.Wishlist
ne ""}
{$lng.lbl_wish_list}
{if $active_modules.Gift_Registry ne ""}
{$lng.lbl_gift_registry}
{/if} {/if} {if $anonymous_login eq ""}
{$lng.lbl_modify_profile}
{$lng.lbl_delete_profile}
{/if}
{$lng.lbl_orders_history}
{if $user_subscription ne ""} {include
file="modules/Subscriptions/subscriptions_menu.tpl"}
{/if} {if $active_modules.RMA ne "" &&
$login ne ''} {include file="modules/RMA/customer_menu.tpl"}
{/if} {if $active_modules.Special_Offers
ne "" && $login ne ''} {include file="modules/Special_Offers/menu_cart.tpl"}
{/if} {/if} </td></tr></table>
Replace width and height with the actual width and height you want (should match the size of the image). Then add this to skin1.css:
.membertable {BACKGROUND: URL(images/imagename.jpg); background-repeat: no-repeat;}
Replace imagename.jpg with the name of the image you want to use as a background. Upload it to skin1/images. That should do it![/code]