This question is locked. New answers and comments are not allowed.
Hello friends,
How do I get an unordered list to display correctly in the control?
I want it to look like this:
- this
- is an
- unordered list
But it looks like this:
this
is an
unordered list
My html is valid and other html (such as bold, italics, colours and links) all works fine.
Cheers