Jazz Up Your Bullet Points
February 27th, 2008When writing any content particularly for web consumption, bullet points are really handy. They help break up your text a bit if they article is very long. They also give people a quick focus point. But have you looked at your bullets and thought they looked a little… blah? Here’s some code you can use to pretty up your bullets.
Circle Bullets
- Item 1
- Item 2
- Item 3
1 2 3 4 5 | <ul style="list-style-type: circle |
Square Bullets
- Item 1
- Item 2
- Item 3
1 2 3 4 5 | <ul style="list-style-type: square |
Lower Roman Numerals Bullets
- Item 1
- Item 2
- Item 3
1 2 3 4 5 | <ol style="list-style-type: lower-roman |
Image Bullets
This one is just a tad more work, but you can have visually stunning bullets with images.
- First, you need to find a bullet image. I like to scroll through this site to find something to use.
- Save it to your computer and then upload it to your website. Take note where you upload the image to because you’ll be needing the URL to the image.
- Copy paste the code below and remember to fill it in with the URL to your own bullet image. If you want to use the same bullet image I am using here, just right click on this image
and save.
- Item 1
- Item 2
- Item 3
1 2 3 4 5 | <ul style="list-style-image: url('0136_fat_arrow.png') |
Like this post? Think it'll help someone else? Want to save it? Click here => to Digg, Stumble or bookmark it.
Related Entries
- New Plugin Heads Up
- PayPal Makes Available Micropayments
- Upgrading Your Home Office Equipment
- Podcasters, Watch What You Play
- Start Blogging For Business

How To Use Technology To Improve Your Marketing And Productivity
February 27th, 2008 at 2:13 pm
Cool thx Lynette…I get tired of the same old boring bullets.
February 27th, 2008 at 4:41 pm
I know it Arika. I’ve been having a lot of fun with CSS and nice funky bullets. Now, the plain old dotted bullets look so boring to me I have to change them.
February 28th, 2008 at 3:14 am
Thank you Lynette! I can really use this!
February 28th, 2008 at 1:12 pm
You’re welcome Kelly.
March 13th, 2008 at 10:08 am
[...] Jazz up your bullet points (very neat article that shows how you can add graphics to your bullet points like this posting proudly boasts) [...]