Changing Numbering or Lettering in an Ordered List
- Nubmered with arabic numerals 1, 2, 3 etc
- Specify as type=1
- This is also the default if you don't specify the type
- Like all list types you may specify it in the ol or ul tag
- You may also specify it in an li-tag, in which case it applies from there down
- Nubmered with capital letters: A, B, C, etc
- Specify as type=A
- Like all list types you may specify it in the ol or ul tag
- You may also specify it in an li-tag, in which case it applies from there down
- Nubmered with lower case letters: a, b. c, etc
- Specify as type=a
- Like all list types you may specify it in the ol or ul tag
- You may also specify it in an li-tag, in which case it applies from there down
- Nubmered with upper case Roman numerals: I, II, III, etc
- Specify as type=I
- Like all list types you may specify it in the ol or ul tag
- You may also specify it in an li-tag, in which case it applies from there down
- Nubmered with lower case Roman numerals: i, ii, iii, etc
- Specify as type=i
- Like all list types you may specify it in the ol or ul tag
- You may also specify it in an li-tag, in which case it applies from there down
Changing Bullets in an Unordered List
- The bullets are discs (filled in circles)
- You specify this as type=disc
- Here is a second level list
- With an unspecified type
- We can override the default bulleting for an inner list
- Here is a second level list
- With a specified type=disc
- Notice that you over-ride the default bulleting
- and start with your specified type
- The bullets are circles (not filled in)
- You specify this as type=circle
- Here is a second level list
- With an unspecified type
- We can override the default bulleting for an inner list
- Here is a second level list
- With a specified type=circle
- Notice that you over-ride the default bulleting
- and start with your specified type
- The bullets are squares
- You specify this as type=square
- Here is a second level list
- With an unspecified type
- We can override the default bulleting for an inner list
- Here is a second level list
- With a specified type=square
- Notice that you over-ride the default bulleting
- and start with your specified type
- This gets be back to an (inner) list
- With no bullets at all- BUT ONLY IN NAVIGATOR
- To do this specify type=none
- This does NOT WORK IN EXPLORER