Quote:
Originally Posted by lifesourcerec
Close enough. It makes the entire warns level line red instead of just the number.
|
Oh, I didn't understand you wanted just the number, here you go:
HTML Code:
<if condition="$post[usergroupid]==2">
<BR>Warns Level:
<if condition="$post[warning_level]>0"><font color='#ff0000'></if>
$post[warning_level]
<font color='#000000'>
</if>
I also think the black color is #000000 instead of #ffffff I had in the first code. Sorry about that.
Rgds