Finchy
Junior Member
Posts: 2
Registered: 12/15/2003
Member Is Offline
|
| posted on 12/15/2003 at 09:15 AM |
|
|
Change tree font color
Hello,
how can I change the font color from black to white ? Can I use [font color=#000000] ?
Thanks in advance - also for the nice products.
|
|
|
Finchy
Junior Member
Posts: 2
Registered: 12/15/2003
Member Is Offline
|
| posted on 12/16/2003 at 08:41 AM |
|
|
No answers at all :-( but i find a resolution in the froum:
<style>
/* Style for tree item text */
.t0i {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
background-color: #0A357E;
text-decoration: none;
}
/* Style for tree item image */
.t0im {
border: 0px;
width: 19px;
height: 16px;
}
At all a good free product :-)
|
|
|