Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Changing Defaults in HTML within Ordered and Unordered lists

changing html defaults ordered unordered lists

  • Please log in to reply
 

#1 SmartWeb

SmartWeb

    Senior Member

  • Designer
  • 271 posts

Posted 16 August 2012 - 12:03 PM

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




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users