Default HTML color which hyperlink carries was #003399
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
Thursday, May 30, 2013
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>
<ul>
<li style="list-style-image:url('Image URL you are willing to keep as a Bullet');background-repeat:no-repeat;"> Test
</li>
</ul>
Subscribe to:
Comments (Atom)