How Do I Change the Color of My Forum Name . The one in the Vbulletin Options Site Name / URL / Contact Details
I wanted to change it from Example.Com to Example.Com
I want to do this so that whenever email is sent from the forum, the forum name is not black but shows up in color . Is there an easier way of doing it . I tried putting this code
in but it distorts the whole website . Thanks
I wanted to change it from Example.Com to Example.Com
I want to do this so that whenever email is sent from the forum, the forum name is not black but shows up in color . Is there an easier way of doing it . I tried putting this code
HTML Code:
<b><font color="#FF0000">Example</font>.<font color="#0000FF">Com</font></b>
Comment