Posts: 573
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
a margin on the <li> element. This should be done in the CSS of course:
Code:
ul li {margin-left: 15px}
Of course, this margin will need something to push against, and serandfae is probably correct about using background images instead of list-style-image. This is how I handle it in many cases, in fact, because there is more control over backgrounds anyway...
|