A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
I would like to know what file or files I need to modify in order to change the images that will be used in the bullet list.
Currently options is: <not set>, Circle, Disk, Square
I would like to add a star or any other image.
Thanks
You need to modify the the CSS for an unordered list.
This is a short sample of what you need to look for.
{ list-style-position: outside; list-style-image: url('image.png'); list-style-type: square; }