Cokeman101
30-Jun-2004, 05:44 PM
If you are wondering how to colorize your user groups read the following...
In Manage User Groups you can click on Edit and go to the fourth line down from the top. You will see Online List Format [Prefix]. In that box you can do the following things...
To make the user group Red you can use this code.
<span style='color:red'>
To make the user group Red and Bold you can use this code.
<span style='color:red; font-weight:bold'>
To make the user group Red and Italic you can use this code.
<span style='color:red; font-style: italic'>
To make the user group Red and Underlined you can use this code.
<span style='color:red; text-decoration:underline'>
Go to the fifth line down from the top Online List Format [Suffix] and add this code.
</span>
In Manage User Groups you can click on Edit and go to the fourth line down from the top. You will see Online List Format [Prefix]. In that box you can do the following things...
To make the user group Red you can use this code.
<span style='color:red'>
To make the user group Red and Bold you can use this code.
<span style='color:red; font-weight:bold'>
To make the user group Red and Italic you can use this code.
<span style='color:red; font-style: italic'>
To make the user group Red and Underlined you can use this code.
<span style='color:red; text-decoration:underline'>
Go to the fifth line down from the top Online List Format [Suffix] and add this code.
</span>