Quote:
Originally Posted by down.low
I'm guessing you would mean in the postbit_legacy, probably the following code:
Code:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><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" /></a>
</div>
</if>
I've tried putting the align in the in various places with no result. I'de also like to center the rest of the text as you have- or have it have you have it in the demo- could you help me out a little or point me in a direction to go from here? thanks in advance for any help you can lend- thanks for the hack, works great by the way- especially selling the template usage in an experience points shop.
WikipediaWictionaryChambers (UK)Google imagesGoogle defineThe Free DictionaryJoin exampleWordNetGoogleUrban DictionaryAnswers.comrhymezone.comMerriam-Webster<>0
wvcidfjoguarm
|
Ok, here's how to center everything:
Find:
<div id="postmenu_$post[postid]">
Replace:
<div id="postmenu_$post[postid]" align="center">
Find:
<div class="smallfont">
Replace:
<div class="smallfont" align="center">