Pretty simple question, but I am not sure if it is possible. I want to add an image to act as a bullet in all elements. I know I can achieve this b
The very simple way to create a bullet using the before css is to utilize the font family ... this way there is no need to include any graphics and etc.
here is the class code:
.SomeClass:before { font-family: "Webdings"; content: "= ";
{