Is there any way to remove the DOT after the decimal numbers in List style?
My CSS
.snum li {list-style:decimal outside none;}
The result i was getting like this (not including PHP and HTML code)
1. MILK
2. SOYA
3. BEANS
4. GARLIC
Desired Outpiut should be like this.
1 MILK
2 SOYA
3 BEANS
4 GARLIC