View Single Post
  #10  
Old 12-15-2007, 02:36 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
try
PHP Code:
 profile.fillcolor = {red,green,blue,alpha}; // default background color
 
profile.fillcolorhl = {red,green,blue,alpha}; // background color when active
 
profile.fillcolorna = {red,green,blue,alpha}; // background color when disabled 
of ocurse you have to put the color values for the top one into it
Reply With Quote