hi all
is it possible to change Numbered list style in a way where sublist are numbered as child of parent, in decimal with dot separator, i.e.
1
1.1
2
2.1
2.1.1
Thanks
What do you want to change: The wiki page or the PDF export of it?
For the wiki page:
Include the {style} macro (start typing "{sty.." and it should automatically complete it to "CSS Stylesheet")
Enter CSS code
For PDF export:
For the CSS itself check pages like http://stackoverflow.com/questions/4098195/can-ordered-list-produce-result-that-looks-like-1-1-1-2-1-3-instead-of-just-1 to get an idea what it needs to make it work (if it does at all!)
hi Steffen
yes, CSS, but where? in some macros ?
When I enter "Edit" mode there's on place to change it.
Or I have to have admin privileges to see hidden place in confluence ?
Regards
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
yes, it is possible.
You have to write your own CSS where you redefine the ol and li definitions with your own customized counters.
If you are familiar with that you can give it a try. Otherwise it is probably much too much hassle.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.