
01-26-2012, 12:21 PM
|
|
|
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KoingWolf
Thanks for the help, but unfortunately the clan tag text aligns all the way to the right, is there a way to get it to be centered, like everything else in the post bit?
|
Code:
<vb:if condition="$post['fieldXX']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dd>
<center><font color="red" size="4"><B>{vb:rawphrase fieldXX}[{vb:raw post.fieldXX}]</B></font></center>
</dd>
</div>
</vb:if>
|