Log in

View Full Version : Quick Colour Fix - User Legend?


Fulla
08-23-2008, 08:37 AM
Basically I'm seeking some advice on how to edit the color of User Legend to the same blue as all other text.
In the pic below, you'll notice the colour doesn't match the rest of the style & text on the boards, probably because User Legend is customized with a plugin. (I'd also like to fix statistics).

https://vborg.vbsupport.ru/external/2008/08/14.jpg

I think this is the code that set its up:

<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_legend')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> User Legend
</td>
</tr>
</tbody>


I tried simply altering "User Legend" to this:
<font color="#76E4FB">User Legend</font>
It didn't work.

Any ideas how I can change colour?
thx

Lynne
08-23-2008, 04:02 PM
If you have questions regarding a modification, you need to post in the modification thread.

Fulla
08-23-2008, 09:37 PM
Oh, its more of a basic code query.
Just wanted to ask what code do I use to change colour of User Legend?

< Something > </something>

Lynne
08-23-2008, 09:48 PM
<span style="color: red;">something here</span>
That's how I do font colors.

Opserty
08-23-2008, 10:27 PM
Try:

<a>User Legend</a>