Ask Experts Questions for FREE Help !
Ask

Ordered List: Display letters instead of numbers

Asked Nov 14, 2006, 07:27 AM — 3 Answers
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!

3 Answers
ScottGem's Avatar
ScottGem Posts: 58,156, Reputation: 28160
Computer Expert and Renaissance Man
 
#2

Nov 14, 2006, 07: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
Helpful
RickJ's Avatar
RickJ Posts: 10,075, Reputation: 4374
Uber Member
 
#3

Nov 14, 2006, 08: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

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

Nov 14, 2006, 08:28 AM


Try:

<OL Type = "a">
Helpful  (1)

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Add your answer here.

Remove Text Formatting

Undo
Redo
 
Decrease Size
Increase Size
Bold
Italic
Underline
Align Left
Align Center
Align Right
Ordered List
Unordered List
Decrease Indent
Increase Indent
Insert Email Link
Wrap [QUOTE] tags around selected text
Wrap [CODE] tags around selected text
Wrap [HTML] tags around selected text
Wrap [PHP] tags around selected text
Wrap [YOUTUBE] tags around selected text
Notification Type:



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 Internet & the Web questions Search