Does anybody know what syntax I should be using to get rid of the white spacing between my fields when using IOL to create grey borders/backgrounds? This picture is what I have so far but dont want t...
Do you want the background of the entire form to be gray?
What you need to do is, find what the parent node is that you want to cover. These individual checkboxes are in some element that envelopes them. You need to change the background of that parent element to match the background color.
If you have a section enveloping them, a use could be something like:
I want to create sections which I'm close to. I just really need to get rid of the white spacing and I can get the border radius' and widths taken care of from there. But basically I want the blue outlined areas in this picture to be one grey box to create a section that looks seamless.
Thank you, Mike Klausing
------Original Message------
Do you want the background of the entire form to be gray?
What you need to do is, find what the parent node is that you want to cover. These individual checkboxes are in some element that envelopes them. You need to change the background of that parent element to match the background color.
If you have a section enveloping them, a use could be something like: