  ,       :)
  DiNo http://bazar.chat.dj/

 - 1
   :
<img src="../files/avatar/' . $user['id'] . '.png" width="32" height="32" alt="' . $user['name'] . '" />

 :
<div class="frame-block"><span>&nbsp;</span><img src="../files/avatar/' . $user['id'] . '.png" width="32" height="32" alt="' . $user['name'] . '" /></div>

 - 2
 style.css    

.frame-block {
position: relative;
display: block;
height:32px;
width: 32px;
}

.frame-block span {
background: url(images/frame.png) no-repeat center top;
height: 32px;
width: 32px;
display: block;
position: absolute;
}

 - 3
  images/    frame.png

    ;)

P.S.   images/     frame.png    