PDA

View Full Version : Avatar border color


anthroforum
12-03-2008, 07:53 PM
For some reason, the color is showing as a color used elsewhere, but not the color I want. It is showing as blue and not gray.

Here is the code:

if condition="$show['avatar']">

<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="1" bordercolor="#e3e3e3" /></a></div></if>

Princeton
12-03-2008, 08:16 PM
replace
bordercolor="#e3e3e3"

with
style="border:1px solid #e3e3e3"