This is css
li { background: transparent url(bullet-arrow.png) no-repeat left 4px;
padding-left: 10px;
list-style-image: none;
list-style-position: outside;
list-style-type: none; }
this is current output
alt text http://shup.com/Shup/382212/11061275219-My-Desktop.png
I need in this format
alt text http://shup.com/Shup/382214/11061275414-My-Desktop.png
just an idea… could you please try to set
display:block(or, maybe,display:inline-block) for yourli?