Quote:
Originally Posted by Boofo
What phrases did you change and what did you change them to?
|
The <td class-"alt2"> in the code you posted is missing, and without it the avatar is not aligned properly.
Code:
<if condition="$post[IsOnline] == true">
<td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
<else />
<td class=alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;" /></a>
</if>