Hello ESRI Community!
I was wondering if anyone could assist me with this issue I am facing. I am looking to adjust the background color of a single list item in my survey 123, using the below HTML in the "label" column of my item in question. I also included a screenshot of what this HTML returns, and as you can see the lightgrey color does not cover the entire item box, just a small portion of it. If anyone knows what the issue may be, or has any suggestions on how to fix this, that would be greatly appreciated. Thank you!

<div style="background-color: lightgrey;"> <b> <p> <i style="color:black; text-align:right;" >Best Value!</i></p> <p style="color: red; font-weight: bold;"> RF -- $xy.xy/mo </p> <p> This is a great choice for:</p> <ul style="list-style-type: disc;"> <li>bullet item 1</li> <li>bullet item 2</li> <li>bullet item 3</li> </ul> </b> </div> |