The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to adjust text next to avatar?
Hey everyone, would you know how to adjust the text (username and post date) in relation to the avatar? Right now the text is aligned with the bottom of the avatar, but I would like it to be aligned in the middle of the avatar.
Here is the code currently: Code:
<div class="$post[statustitle] windowbg2" id="post$post[postid]"> <a name="post$post[postid]"></a> <if condition="$show['avatar']"> <a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl] width="44px" height="44px" <phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </if> <a href="member.php?userid=$post[userid]">$post[username]</a> $post[postdate] </div> |
#2
|
|||
|
|||
Code:
<div style="text-align:center;" class="$post[statustitle] windowbg2" id="post$post[postid]"> |
#3
|
|||
|
|||
Awesome, thanks so much!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|