Quote:
Slgihtly, but not the way you are thinking of it.
You add
<span class="admin"> to the first box and </span> to the second box
Now you go into the style manager and add in the addtional CSS area for your style
.admin
{
color:black;
font-weight:bold;
}
Repeat for each group and style.
|
you mean that ^^
I still don't understand that, where am I suppose to add and to what box?