Hello all, I have applied several CSS styles to my DB and have the SELECT, INPUT, TEXTAREA style defined and it works great.
What I wanted to do is define another style for a few text input fields to have a greyed out background. There are about 20 or so and I know I can put the “background-color: #E1E1E1” in the Style field of the HTML tab of the field definition; however, I would like to develop a style - that way I can change attributes in one location if and when I need to change them. Another reason is I would like the font in these fields to also be bold and I know that can only be done with CSS.
I know how to do it with pass-thru HTML, but that’s not what I’m looking for on this complicated form with several fields…
Could someone please help me out? Much thanks!