OK, I was able to fix it oufff ; )
What do you think of this?
<vb:if condition="$post['reputation'] >= 0"><span style="color: #5f9837;"><b>{vb:raw post.reputation}</b></span></vb:if>
<vb:if condition="$post['reputation'] < 0"><span style="color: #ff0000;"><b>{vb:raw post.reputation}</b></span></vb:if>
I wanted to add green and red colors to the reputation numbers. Any better way to do this?
|