I see in the documentation that lists are supported in the HTML text box.
I am wondering if there is a simpler method for creating a horizonal list of floated <li> items from a database query.
In my case, this would be a list of keywords that would consume a great deal of vertical space if listed in that arrangement.
It is my understanding that I COULD add the list formatting in the Item Created event, but it seems to me this would be a common-enough requirement to have a simpler solution.
I am wondering if there is a simpler method for creating a horizonal list of floated <li> items from a database query.
In my case, this would be a list of keywords that would consume a great deal of vertical space if listed in that arrangement.
It is my understanding that I COULD add the list formatting in the Item Created event, but it seems to me this would be a common-enough requirement to have a simpler solution.
Supported HTML tags
Various formatting options are available to control the text presentation:
- Font, size (relative size against the font size of the item, default is 3 (1-7)), color (<FONT>)
- Bold, Italic, Underline (<STRONG>,<B>, <EM>, <I>, <U>)
- HyperLink (<A href target>)