Quote:
Originally Posted by ramesh_umk3
Code:
<center>{vb:raw post.field5}</center>
use accordingly 
|
I'm sorry I didn't make my self clear, I want the same thing to happen for userfield5. My userfield5 displays Car type. So let's say I have (Car: BMW) I want "Car" to be on the left and "BMW" to be on the right. how can I do that? This is my code
Code:
<vb:if condition="$post['field5']">Ride: {vb:raw post.field5}<br /><br /></vb:if>
Many thanks for your help.