Is it possible to prepend an ordered list with the Pound Sign or the Hash Symbol?
Like this:
#1. something
#2. something else
#3. another thing
...
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.
Here’s a solution following the hints suggested by this answer:
HTML:
CSS:
The “custom” classname just makes it possible to revert to the original behavior; if you take it out, this will apply to all
oltags using this stylesheet. Note the limitations introduced by using the:beforepseudo-selector: IE6 and IE7 will have trouble with this.