I don't quite understand what you're trying to do, but something like this will give you full control:
- Code: Select all
<style type="text/css">
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
margin: 0;
padding: 0 0 0 10px;
background: #fff url("bullet.gif") no-repeat 0 50%;
}
</style>