Somthing Wrong..While Adding Colour to user names

  • Thread starter Thread starter pppeggh
  • Start date Start date
P

pppeggh

Guest
I go to > Usergroups > Usergroup Manager > Administrators > In HTML Markup

In First Box I Added:
<span style="color: #0000FF; font-weight:700">

Second Box:
</span>

After Saving it What I see...
Another New user group formed with the same username i.e Administrators

See screenshot:
http://i38.tinypic.com/359mutd.gif

After seeing this i shocked....no colour in homepage tooo
 
The font element was deprecated in HTML 4.01.

The font element is not supported in XHTML 1.0 Strict DTD.

The syntax that was enter is correct and works on my system. Have no clue how or why you got to adding a usergroup rather than changing the color attribute of the one you were in ? No idea!

Sorry. Your code example should have worked. The only difference I did on my site was that I used:

<span style="color:red; font-weight: bold;" ></span>
 
Back
Top