Changing TOC #s to bullets or other?
can I remove numbering from TOC widget?
I have a situation where I'm trying to link monthly reports into a "contents" but I want the most current month to appear on top. So it looks really backwards to have the TOC #1 in front of say, July.
Any way I can get rid of the numbering scheme in the widget ... or change it to bullets?
I have a situation where I'm trying to link monthly reports into a "contents" but I want the most current month to appear on top. So it looks really backwards to have the TOC #1 in front of say, July.
Any way I can get rid of the numbering scheme in the widget ... or change it to bullets?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Actually, there's some tricky CSS that should pull that off. Right after your toc, insert an HTML plugin with this code:
<style>.toc ol { list-style-type: circle !important; }</style>
Example here: http://non-educational.pbwiki.com/Bul...
Loading Profile...



