I'm trying to use the HTML field to insert a block of text with a few bulleted items, such as the following:
Text
* Item A
* Item A
* Item A
I've tried to accomplish this by using the following tag structure,
- Item A
- Item B
- Item C
The display seems to ignore the tags and display only the text.
Is there an easy way to incorporated the bulleted list?
p.s. When I posted this question on the forum, my list displayed there exactly the way I wanted it to look in my form!