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.

3replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • 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!

    Like
    • 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. 

      Like
    • 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!

      Like
Like Follow
  • Status Answered
  • 1 yr agoLast active
  • 3Replies
  • 31Views
  • 2 Following