Ary Braga
04-22-2010, 10:15 PM
Well.
I need to center avatar of the member in my forum. But avatar this always of the left side of the forum. Somebody explain could me, as makes to center avatar?
He follows the code below for evaluation and if possible could show to me where I need to modify so that avatar he is centered?
<vb:if condition="$show['avatar']">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
I read something on postbit.css, userinfo, popupmenu styles.In the top of postbit.
I tried to edit variables of the alignment and not to obtain success.
Please!!! Help me.
Regards
I need to center avatar of the member in my forum. But avatar this always of the left side of the forum. Somebody explain could me, as makes to center avatar?
He follows the code below for evaluation and if possible could show to me where I need to modify so that avatar he is centered?
<vb:if condition="$show['avatar']">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
I read something on postbit.css, userinfo, popupmenu styles.In the top of postbit.
I tried to edit variables of the alignment and not to obtain success.
Please!!! Help me.
Regards