CSS List Style - Image

Example Code


<!-- Codes by HTMLmagics -->
<ol>
<li style="list-style-image:url(http://www.htmlcodes.me/images/image-codes/bullet_1.gif);">Carrots</li>
<li style="list-style-image:url(http://www.htmlcodes.me/images/image-codes/bullet_2.gif);">Onions</li>
<li style="list-style-image:url(http://www.htmlcodes.me/images/image-codes/bullet_3.gif);">Swedes</li>
</ol>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/image-codes/css-image-code.cfm">CSS image code</a></p>



Result




  1. Carrots
  2. Onions
  3. Swedes

CSS image code