Hi I was want to change the bullet points on this page into an image that i created. Anyone know how to do that via css? URL of site: http://www.e-voice.org.uk/superhighways/
It looks like the current page merely has images sitting in the HTML in front of the lists, if you mean the blue squiggle. Change the src="whatever" to where your image is. Re-read: you mean in CSS. Then first the images need to come out of the HTML. You can set a background image on the li or the a, whichever is set to display: block. Then give padding to the left side to make room for the image.