> Could anyone who uses it tell me if it is
> possible for it to be configured without the numbers, i.e. <UL>
> instead of <OL>?
Add the following to your StyleSheet:
.ToC ol {
list-style-type: circle;
}
(Instead of "circle", you could also use "disc" or "square".)
HTH.
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---