I'm trying to create a horizontal, centered ul list with custom bullet images. I've come across two separate examples that almost show to achieve what I want.
To create a centered ul list requires display: inline but it will not allow for bullet images.
To include the custom bullet images and have it remain horizontal, I have to use float: left. This will no longer leave it centered. It floats left, as it should. Any suggestions or will I be forced to play with padding and margins, etc?