
This morning I read a post at someone's personal blog about fear of bullets in blog posts. Bullets are those lists people make:
- They have a little symbol next to them, which is called a "bullet."
- They are likely to catch the eye of skimming readers
- They help people get the main points quickly.
I use bullets a lot in blog posts. They're a courtesy to the reader, actually. We writers like to think that people are reading our entire posts, hanging breathlessly upon the deathless prose we're polished up for them like so many jewels... Yes, well, actually most people reading online -- particularly at business websites, which is probably what yours is -- skim through the stuff immediately visible to them and click away to something else. Bullets help such readers find the stuff they really want to know.
The idea is to make the bullet points useful enough either to give the skimmers the info they need without their having to read more, or to encourage them to read the rest of the post. So, even if they do have a scary name, I'm in favor of them.
However, there is something else that's scary, and related to bullets, that also came up this morning: namely, code showing on the public parts of your blog.
This came up because I was blogging for a client in a new-to-me content management system, and planning to use the post for some other stuff for this client, so I wrote it in MSWord and then cut and pasted.
This is usually a bad idea, but I previewed it and it looked fine, and I was in a hurry, so I let it go.
This bad decision on my part led to an email this morning saying "That last blog post has code in the bulleted lists." This means that html code (or, as you might think of it, "that stuff with all the pointy brackets in it") was visible to readers of the blog.
That's worse than showing your bra strap. And it's one of the things that keeps people from using bulleted lists in their blog posts, too. Bulleted lists are one of the most common places for that errant code to show up. They also may look wrong in other ways: different from other bulleted lists in other posts, for example.
In my case, it was the result of my failing to check how the post looked in Internet Explorer.
By now, some of my readers are thinking, "Oh, good point -- I'd better go check on that" and some are thinking, "I thought this was supposed to be in English." If you are in the former group, then you're through here. You won't be learning anything new. You're welcome to stick around, of course.
However, if you're thinking that yes, you've noticed that sometimes your bullets don't do what you wanted them to, you should read on, because I have a solution for you.
Time for a bulleted list:
- Don't write things in your word processing program and then paste them into your blogging text box, unless you're quite sure it'll work. It usually doesn't work perfectly.
- If you simply have to do this -- and I know people who feel that way -- then save your document as a "Web page, filtered." You'll find this setting in the "Save as" dialogue box. Or save it in Notepad and then cut and paste from there.
- Once you've posted something, check it in different browsers to see how it looks. That is, open the page using Firefox, Safari, Internet Explorer, and whatever other browsers people use to visit your website. You can find out what browsers people are using at Google Analytics.
So what if you check and discover that your bullets don't look right? If you know html, you can go into the html editor and fix them up. That's what I do, and it's worth learning some basic html if you do this sort of thing a lot. If not, then you will often find that this will work:
- Highlight all the text that's supposed to be a bulleted list.
- Tell the visual editor that you don't want this to be a bulleted list.
- Tell it that now you do want it to be a bulleted list.
This works most of the time, in the same way that many hardware problems can be fixed by turning everything off, unplugging it for 30 seconds, and starting it up again.
I put a dragon at the beginning of this post because dragons are somewhat scary. I mean, if you ran into a real, full-sized, fire breathing dragon, you might step back a bit, right? However, dragons are also cool. If you have found bulleted lists intimidating or frustrating or for other reasons have chosen to avoid them, you'll find that these suggestions will move them right over to the "cool" side rather than the "scary" side.