Quote:
Originally Posted by HMBeaty
Use something like:
HTML Code:
<span style="font-weight: bold;color:blue">
</span>
|
Thank you..no dice tho....(of course, I tried it at the beginning and at the end of the code, would that be correct?)
If I show you the 3.8 code, will that help at all?
--------------- Added [DATE]1315275196[/DATE] at [TIME]1315275196[/TIME] ---------------
Here's the 3.8 series code..
PHP Code:
<span class="smallfont">
<if condition="$onlinestatus==0">
<phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase>
</if>
<if condition="$onlinestatus==1">
<font color="#FF0000"><strong><phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase></strong></font>
</if>
<if condition="$onlinestatus==2">
<phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase>
</if>
</span>