How to change the color of background of a label within a form??

ranadip1
Kilo Explorer

How to change the color of background of a label within a form?? by default it is ash color. Any ideas?

1 ACCEPTED SOLUTION

Ashish Kumar Ag
Kilo Guru

var e = gel("label.table name.Field Name");


    e.style.backgroundColor = 'Color Name';



It will work.


View solution in original post

11 REPLIES 11

onload client


"gel" variable result in error.