Can a table be formatted?

Using Forms Designer for O365, I have inserted tables into a form and placed controls inside of them; the form is working as intended. I would like to change the background color of the table and have it outlined. I have attempted to use both the “CSS Class” and “Style” fields to format the table to no avail.

I am not sure what I am missing?

Dear @YumaIT,
Are you using Forms Designer or Forms? In case it is Forms Designer, please, use this forum instead next time, it will make it easier for you and others when looking for answers.

In either case, you should be able to use both CSS Class and Style to customize the view. For example, the following code placed in Table's MAKET -> Style works in both Forms and Forms Designer:

background: black;
color: white;

image

If the code doesn't apply for some reason, try to clean the cache, make sure that it's not overwritten by default or your custom CSS, can use !important at the end, for example.

1 Like

Nikitia,

That worked perfectly! Thank you for your assistance and for pointing me to the proper community!

Thanks again!