To change an ordered list starting number add START to the OL tag:
<OL TYPE="1" START=5>
This will start the numbering at 3
To change the default bullets in an unordered list, you have to add the below elements to the <LI> tag
o<LI TYPE=CIRCLE> This will make a hollow circle bullet
•<LI TYPE=DISC> This will make a solid circle bullet
To show the default numbering style for ordered lists. Add the following elements to
the <OL> tag:
<OL TYPE="1">
This will make Numerals 1, 2, 3
<OL TYPE="A">
This will make Uppercase letters A, B, C
<OL TYPE="a">
This will make Lowercase letters a, b, c
<OL TYPE="I">
This will give you Uppercase Roman Numerals I, II, III
<OL TYPE="i">
This will make Lowercase Roman Numerals i, ii, iii
Changing Defaults in HTML within Ordered and Unordered lists
To change an ordered list starting number add START to the OL tag:
<OL TYPE="1" START=5>
This...
changing html defaults ordered unordered lists
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users