How should a blog look?
August 2, 2005 9:49 AM
Subscribe
Tell me what design elements you like to see in a blog.
I main a blog that is primarily text, to which I post, on average, once to twice a day. I'm happy with the direction the content is taking, but design? Not so much. What elements make up a well designed blog? I'm talking spacing, colors, font(s), layout -- anything that contributes to a clean, welcoming look.
posted by shallowcenter to computers & internet (21 comments total)
1 user marked this as a favorite
I prefer to read sans-serif fonts, so go for something like:
* {font-family:'Lucida Grande', Verdana, sans-serif;}
As for layout, that's your preference. Do you want a sidebar? If so, do you want a list of recent posts in said sidebar? Maybe you want to create a class for <img /> so that 10px of padding and a dark solid border accompany every image.
Are you using blogging software, or are you writing your own, or (gasp) are you just adding to some HTML file on your server every time you post?
This site offers some cool Blogger templates; I'm sure you could adapt them to whatever you are using. I use the Kubrick style, and I love it.
Maybe you could post a link to your blog, just so we can see where it is headed? I'm sure we all won't think that it's a shameless plug if you did so.
posted by Third at 10:03 AM on August 2, 2005