HTML Block and Numbered Bullet Lists
PhilCorleyPhoto
Registered Users Posts: 107 Major grins
Hi
How do I get numbered bullets to work in my HTML block?
I tried the following, but it doesn't number or indent the items
<ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
Many thanks
Phil
0
Comments
When I did a search in dgrin for bullet I came up with the thread https://dgrin.com/discussion/248082/simple-bullets-html-css-block. It appears that a list with bullets in an HTML content block does not work unless there is CSS as well. This may very well be a bug, but there is a workaround. The workaround is to specify CSS for the ordered or unordered list.
I verified that if I add this CSS an ordered list behaves properly:
ol { list-style-type: decimal; margin-left: 24px; padding: 5px 0; }
Musings & ramblings at https://denisegoldberg.blogspot.com