is there a way in my case on the code above ,to <center> the text?
like if you put "M5" to be in the middle !... i mean to auto align , if one letter was entered to be in the middle ,
because if i add only like this:
Code:
</vb:if>
<vb:if condition="$post['userid']">
<vb:if condition="$post['field46']">
<div class="jdm_plate" style="background-image:url(http://www.forum.dynavin.us/digitalvb/morbid/buttons/plates/{vb:raw post.field46}.jpg);">
<center><p><b>{vb:raw post.field47}</b></p>
</div>
</vb:if>
</vb:if>
<vb:if condition="$post['userid']">
will start from the middle...
if 1,2,3,4,5,6,7 letters to auto center itself... if possible...
thanks