Hello, I am trying to apply a light grey background color to a table with multiple columns, and rows that use loops to pull from a data upload reconciliation to populate the table. I have attached a picture of what the code currently looks like. The commented out line is the color I am trying to apply. The table is currently working and when I apply the color, the table spacing gets ruined. To apply the color I add it to the code as follows:
{% stripnewlines %}
|--------+D3D3D3
{% newline %}
|----83%----
|:—02%—:
|----15%—:+
Please let me know where I am going wrong when trying to apply the table background color to this code.