hello I am having some problems with a script that I am writing I have a table and I want a number to apperar if is = 12
according to my calculations this should give me the font color black and the background color of the cell green
all I get is the font color but no background
Code:
rsGuestbook("perstat").value = 12 then response.write "<center><b><font color=""black""><bgcolor=""green"">" & rsone("perstat").value & "</center></b></font>"
according to my calculations this should give me the font color black and the background color of the cell green
all I get is the font color but no background