PDA

View Full Version : Fill empty space avatar table with a color


MaR?
09-28-2009, 02:23 AM
Hello!.

I have set up this avatar size: 80 x 80.

Some user?s avatar are smaller.... well, for those I want to center the avatar in the table an fill the free space with white.

Why do I need it?... because Im using a AVATAR SHADOW and for those avatar this shadow (image) dosen?t fix because the shadow?s width: 80px.

the code for avatar:

<if condition="$show['avatar']"><td class="alt2" width="80px" align="center"><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="0" align="center" /></a><div class="avatar_shadow"></div></td><else /><td class="alt2" width="80px" align="center"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$stylevar[imgdir_misc]/unknown.gif" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" align="center" /></a><div class="avatar_shadow"></div></td></if>