Hi Everyone
I just wanted to know how i can display the content of one of my database field in a list format.
I have field called Ingredient, the data type of that field is Text, i tried using css but it just turns the whole content as 1 list, but i want it to break.
Currently like this
Ingredient
- orange, berry, tomato
I want it like this
Ingredient
- orange
- berry
- tomato
- etc
Thanks in advance