UBB.Dev
Posted By: Felix 10 coding - 09/12/2003 1:39 AM
Burak, how about this:

how do I change the colors in this cgi?

Code
 writeln("<font face='Verdana, Helvetica, sans-serif' color='#ffefd5' size='1'><b>"); 
For example if I want to replace #ffefd5 with

"$vars_style{AltColumnColor1}"

I tried so many times but it doesn’t work.

PS, good lock on 10.11 with England wink
Posted By: Gizmo Re: coding - 09/12/2003 3:21 AM
Code
writeln("<font face='Verdana, Helvetica, sans-serif' color='$vars_style{AltColumnColor1}' size='1'><b>"); 
doesn't work?
Posted By: Burak Re: coding - 09/13/2003 5:10 PM
Quote
quote:
Originally posted by Felix 10:
PS, good lock on 10.11 with England wink
thanks smile but this is an UBB related code and basically I dont know UBB' s working on this code.
Posted By: LK Re: coding - 09/13/2003 6:30 PM
Try to use $vars_style_cp{AltColumnColorCurrent}
Posted By: Felix 10 Re: coding - 09/14/2003 4:55 AM
no, none worked. I tried that Gizzy and I also tried LK's:

Code
 writeln("<font face='Verdana, Helvetica, sans-serif' color='$vars_style_cp{AltColumnColorCurrent}' size='1'><b>"); 
any small change I bring in the script will disable the aplication! how can I use my styles on it LK?

thank you
© UBB.Developers