Possible Duplicate:
HTML + CSS: Ordered List without the Period?
Want to remove dot “.” from OL (order list)
<ol>
<li>One</li>
<li>Two</li>
</ol>
Result
1. One
2. Two
Required Result
1 One
2 Two
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will work in IE8+ and other browsers
or even:
If you want older browsers to be supported as well then you could do this (courtesy neemzy):