Jump to content

IPB3: Numbered Lists Refuse to Work


Rheddy

Recommended Posts

This is really getting on my nerves. The IPS Developers have been doing a great job on IPB3 but it seems that IPB3 still suffers from a bug I reported way back when IPB3 was in Beta Testing. The Numbered Lists still do not work. It doesn't matter if you're using the editor in the ACP or whether you're posting a message. It just does not work ... Is there any reason why it still does not work because I reported this as a bug in Beta 2,3,4,5 RC 1,2 and 3F, 3.0.1. Now that IPB 3.0.2 has been released, it still isn't working right.

Does anyone have a fix for this?

Link to comment
Share on other sites

Sounds like something skin makers have been over looking. Almost every skin I've installed the numberlist doesn't work.
If you end up figuring out how to fix it, i'd appreciate if you sent me a pm how to do it.
I would like to use this feature on all my skins too :P

Link to comment
Share on other sites

Make sure you have this in your CSS. Look in the "BBCODE STYLES" section

ul.bbcol.lower-alpha { margin-left: 30px; list-style-type: lower-alpha; } ul.bbcol.upper-alpha { margin-left: 30px; list-style-type: upper-alpha; } ul.bbcol.lower-roman { margin-left: 30px; list-style-type: lower-roman; } ul.bbcol.upper-roman { margin-left: 30px; list-style-type: upper-roman; }

ul.bbcol.decimal 				{ margin-left: 30px; list-style-type: decimal; }

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...