Quote:
Originally Posted by Martyn1983
Thanks for that - I did this and was left with an avatar like the poster before you again!
What I did was change the code to:
PHP Code:
<vb:if condition="$show['avatar']"> <div class="eti_postbit"> <div href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"> [B]<center>[/B]<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />[B]</center>[/B] </a></div></div>
I've used centre tags in here...I realise they're probably frowned upon in the world of VB, but they sit the avatar exactly how I want it to sit. So it's a means to an end. Followed the earlier link to centring everything, took out the tags but no joy.
|
Hey, I don't wanna sound rude or anything, but why are their bold tags around both <center> tags? Also, <div align="center"> is more "politically correct" in the html world now, lol.
EDIT: Oh, I see why now. Just trying to show them. Sorry. Didn't read the rest. My fault =D