Hello , good morning. Today I saw it and I would like to do the same on my boards. Look at the images and you will understand what i mean... ;) .
My question :
How can i put colour at boards' names?I think it's a code (Html code) but I dont like to do things when I dont know about this enough :) I would rather ask for something than do something wrong :P
thanks , have a nice day :)
OK I found the solution
<font color="color-name-here">
go to your admin area, where you can configure the boards.
click on "modify"-link for the board you want a colored link for, and add
<span style="color:red;"> before the boards name and
</span> after the name.
this will make the links red.
have a look at https://secure.wikimedia.org/wikipedia/en/wiki/Web_colors for a list of color names / codes in case you dont want red. then just substitude the red from my example with the colorcode you want.
for the numbercodes to work correctly, you have to put a # in from of the code, like in <span style="color:#ffff00;">
also, no spaces between the numbers.
you can also add images etc, any html should work (at least in the board overview, images didnt show in the linktree for me)