Ask Experts Questions for FREE Help !
Ask
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #1

    Nov 14, 2006, 08:27 AM
    Ordered List: Display letters instead of numbers
    How can I use lower case letters, instead of numbers, in an ordered list?

    When I use this code for my ordered list it displays numbers:

    Code:
           <ol>
             <li>first thing on the list</li>
             <li>second thing on the list  </li>
           </ol>
    Thanks!
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #2

    Nov 14, 2006, 08:31 AM
    You use the Type attribute Setting a Type of "a".

    This site has more details:

    http://www.w3.org/TR/html4/struct/li...ml#type-values
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #3

    Nov 14, 2006, 09:05 AM
    Hmm. Looks like I have to use style sheets to do what I want. I don't know a style sheet from a bed sheet :o

    Can't I just insert a tag or two into the code to tell it to use abc instead of 123?
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #4

    Nov 14, 2006, 09:28 AM
    Try:

    <OL Type = "a">

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Mother doesn't allow court ordered visitation [ 29 Answers ]

I'm engaged to a man that has a 6 year old daughter. Because of the mother, he didn't see his daughter from the time she was almost 2 until she was over 4 years old. He finally got to speak with his daughter when she was almost 5 years old (by this time she didn't know he existed) because the...

Chinese letters spelling out the name Terahare [ 2 Answers ]

Hi could anyone please help with this. I would like to know the chinese spelling of this name Terahare thanks

Dispute Letters [ 1 Answers ]

Can anyone point me to a good dispute letter to CA's? One that is in line with the system so I can try to get some answers. I know some of these collectors don't have the original docs to prove the account. Do they have to have the original contract where I signed? Also I was told in the state...


View more questions Search