I have a little question..
my style is designed to make usernames appear bold..
so the bold action won't work
where or how can I change the <b> code to <font size="*">
I tried to change this:
Code:
($user['uttstore_boldusername'] != '0' && $user['uttstore_boldusername'] != '' ? $user['musername'] = "<b>" . $user['musername'] . "</b>" : "");
but didn't work and got an error..
any help plz?