0

HTML tags not working?

For some reason the <ol start="#"> tag is being ignored. Is there something limiting HTML tags? 

See the tags below. 

And see how the list starts at 1 instead of following the tag. 

 

Thanks.

3 replies

null
    • Forumbee
    • 1 yr ago
    • Reported - view

    Hi Andrew , thanks for your question! This is due to the fact there are CSS styles in the system that display a customized number for ordered lists, overriding the default HTML style. Try using the following code instead:

    <ol style="counter-reset: li;">
    

    Which should look like this:

    Let me know if that helps. Thank you!

      • Andrew_Bono
      • 1 yr ago
      • Reported - view

      Forumbee Support Thanks! That does the trick. Does Fourmbee have documentation available to users about HTML/CSS formatting for their articles and such? I looked a little and nothing jumped out at me. 

      • Forumbee
      • 1 yr ago
      • Reported - view

      Andrew Bono Great! I'm glad it solved it. There isn't separate documentation for the CSS, but you can always use the browser inspector to check out the style definitions. (Right-click and select Inspect.) Thank you!

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 3Replies
  • 50Views
  • 2 Following