hello all,
this probably is one of the lamest question but I really stuck trying to display colors I assigned
I tried to display the color by doing this
but no luck... What is the deal here?
Thanks!
this probably is one of the lamest question but I really stuck trying to display colors I assigned
Code:
bgcolor1 = "#0066CC"
bgcolor2 = "#009933"
bgcolor3 = "#FF0066"
bgcolor4 = "#FFCC00"
Code:
txtbg = "bgcolor"
rcount = 1
response.write "<font color='"&txtbg&rcount&"'>TESTING</font>"
Thanks!