Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Thursday, February 09, 2012

How to use Image as a Bullet(LI) in HTML.

First Take the image from the designer. write ul and li tags. In li tags just give the below code in li style property.
<ul>
<li style="list-style-image:url('Image URL you are willing to keep as a Bullet');background-repeat:no-repeat;"> Test
</li>
</ul>



No comments:

Post a Comment