
|
Lots of Styles of Lists The list element has an optional style attribute style='empty': Generates indented paragraph (default) style='numbers': Numbered items using arabic numbers Each new (sub-)list starts again from item #1 style='letters': Alphabetic lists using lower case (a, b, ...) style='symbols': Bulleted lists Level determines bullet symbol - use 'format' for alternatives style='hanging': Items with 'hanging' labels Label taken from optional hangText attribute on t style='format {str}': Auto-formatted lists {str} is used as label Can contain either %d or %c exactly once counter attribute specifies an auto-increment variable substituted for %d (decimal #) or %c (letter) Space between items depends on formatter. More later. |