- Changing the style of the bullet:
- list-style-type: square; Or disk, or circle, or square
- list-style-type: none; No bullets
- use margin-top and margin-bottom to add spaces between bullets
- Putting an image as the bullet:
- list-style-image: url(images/bullet.gif);
- But it is better to use background images, since you have little control over the placement of the image
- Display lists horizontally:
- display: inline; and list-style-type: none;