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>
<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