T thisisepic New Member May 17, 2009 #1 I would like to add a 1 pixel border around all my users avatars, not sure how to do this really at all so help is much appreciated. Thanks
I would like to add a 1 pixel border around all my users avatars, not sure how to do this really at all so help is much appreciated. Thanks
H Hoxxy New Member May 17, 2009 #2 Open postbit or postbit_legacy (depending on which your using) Find: HTML: <img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /> and replace with Code: <img [color=Red]style="border:3px solid #657077;padding:4px;"[/color] src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /> Code: style="border:3px solid #657077;padding:4px;" ...is what has been added and so you can style it to your preferences ie color padding border size etc etc.
Open postbit or postbit_legacy (depending on which your using) Find: HTML: <img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /> and replace with Code: <img [color=Red]style="border:3px solid #657077;padding:4px;"[/color] src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /> Code: style="border:3px solid #657077;padding:4px;" ...is what has been added and so you can style it to your preferences ie color padding border size etc etc.