I have a form with an HTML section inserted between fields to show special text. My form uses a background color, and the html section has a white border around it. (see the screenshot: )
I’ve tried to figure out a css rule to get rid of the white border without success. Is there an easy way to make the white border disappear?
Hi,
I have tested with a HTML section in a form with background color, but cannot reproduce the behavior. If you are using a table in the HTML you might have to set the style “border-collapse:collapse”.
If you could post the HTML I might be able to reproduce it and fix it.