Trying to figure out how to make your bullets look a specific way on your site? Here are some pointers for your CSS file:
The Value for your “list-style-type” needs to be set. This is typically done in either the ul tag or in the li tag.
Here are some helpful values:
Value | Result |
none | no marker |
disc | The marker is a filled circle |
circle | The marker is a circle |
square | The marker is a square |
decimal | The marker is a number |
So if you wanted your list to have little open circles as the bullets, your css should include “list-style-type: circle;“. Having these values as a reference when you’re writing your CSS file can be a life saver!
Have a website, but it’s just not performing the way you’d like?
Get a comprehensive website analysis to help you improve your return on investment. Available for a limited time at a 50% discount–only $99! Add a presentation video of your analysis for $50 more!
Get it Today!
May 2, 2011Website DevelopmentNo comments Email to a friend
Print This Post
Tags: bullet • code • css • html • style
Tags: bullet • code • css • html • style