^^ In the Header Avatar plugin find:
Code:
$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" width=\"60\" height=\"60\" border=\"0\" alt=\"Your Avatar\" /></a>";
Replace it with:
Code:
$ss_avatar = "<a href=\"profile.php?do=editavatar\"><img src=\"$ava_urlX\" width=\"60\" height=\"60\" style=\"border: 1px solid #FF0000;\" alt=\"Your Avatar\" /></a>";
And edit "border: 1px solid #FF0000" to suit your needs.
.