|
Starhugger -> List bullets horizontal spacing from text (4/16/2006 1:12:14)
|
I'm using an image for a list bullet. I'd like to increase the amount of horizontal space between the bullet image and the text. I can't seem to find any reference to doing this, either in my books or online. Here's the CSS code I'm using: ul {
margin-left: 35px;
}
li {
list-style-image: url("images/bulletpink.jpg");
} The HTML is basic stuff: <ul>
<li>One</li>
<li>Two </li>
<li>Three</li>
</ul> I've tried putting margin and padding attributes into the li definition, but nothing seems to change the space. I can't see a way to add a margin-right to the image URL. Any ideas? Starhugger
|
|
|
|