Hi I'm using an IPB 3.4.7 forum boards, and i'm currently trying to get the background for my membergroups to work the picture below shows the userinfo on the left side, but the background is only covering some of the background I can't get it to cover the entire rectangle.
<div itemscope itemtype="http://schema.org/Person" class='user_details' style='width: 165px;
float: left;
font-size: 12px;
text-align: center;
<if test="$author['member_group_id']==4">background: url(http://forum.ikovps.com/images/owner.gif)</if>
<if test="$author['member_group_id']==6">background: url(http://forum.ikovps.com/images/server-mod.gif)</if>
no-repeat; min-height: 394px;
Also i'm not talking about the avatar square in the red I am talk about the background rectangle the red area should go all the way to the top and all the way to the left but there is a little area that it is not covering. I have tried adjusting the width
style='width: 165px;
when I edit the width all it does is move the right end of the background.
How can I fix this please help. Thank you