HTML Tags
According to the Quick Base online help, certain html tags are supported. What tags can I use in Quick Base? However, when I try to use unordered list "<ul>" & list item "<li>" tags (which are supported according to the article) to create a bullet list in a text field area of a form, I get an error that says "The text to be displayed here contains an HTML tag that is not allowed." I tried it two different ways: <ul> <li>Bullet item Number 1</li> <li>Bullet item Number 2</li> <li>Bullet item Number 3</li> <li>Bullet item Number 4 </li> </ul> Second way:<ul style="list-style-type:circle;"> <li>Bullet item Number 1</li> <li>Bullet item Number 2</li> <li>Bullet item Number 3</li> <li>Bullet item Number 4 </li> </ul> Can someone explain to me why this isn't working as expected? Thank you! ------------------------------ Byron Deane ------------------------------113Views0likes3Comments