Quote:
Originally Posted by niadene
can i make it in center?coz it shows on the right side...i want it on the center
|
I noticed that you're just using the flag and No text, So try...
FIND:
Code:
<if condition="$post['joindate']"><div class="userinfo"><strong>$vbphrase[join_date]: $post[joindate]</div></if>
ADD ABOVE:
Code:
<p>
<!-- Wy Country Flags Start -->
<if condition="$post['field6']">
<CENTER><img src="http://www.coders-realm.com/images/buttons/flags/$post[field6].GIF" alt="$post[username]'s Country Flag on My Country!" border="" />
</if>
<!--// Wy Country Flags End --></p>