The settings for this is alls et up in my css file with a custom bullet for each line and here is the coding I am using...
background: url('images/main_bullet.jpg') no-repeat 0px 8px;
padding: 5px;
}
The problem is that the text overlaps the bullet image so I have to put in about 4 nbsp space codes. Here is a test page where you can see what I am talking about... http://www.disneytrivia.net/test1.php . Ideally I would like to have it set up so that the text with multiple lines is completely aligned on the left side with the bullet.
Any help would be appreciated