Reply To: Bug: adding ol breaks css in theme

Home Forums Support Bug: adding ol breaks css in theme Reply To: Bug: adding ol breaks css in theme

Home Forums Support Bug: adding ol breaks css in theme Reply To: Bug: adding ol breaks css in theme

#209051
Tom
Lead Developer
Lead Developer

As long as you close the HTML elements, it won’t happen:

  1. One
  2. Two
  3. Three
<ol>
<li>One</li>
<li>Two</li>
<li>Three</li>
</ol>

Same thing anywhere with HTML – every element than opens must be closed.