Broken Record…
I don’t mean to sound like a broken record, but blogging with WordPress is not easy. Well, if I’m being honest, it’s not hard, but the nuances are killing me. Let’s take this spacing problem.
If you look above right here, you’ll notice a half space between paragraphs. I like paragraphs a lot, but to get the desired full space, I have to use bracket-b-r-space-slash-bracket. See…
That is annoying. Does somebody know how to fix this? Anyone? Please…





April 18th, 2007 at 2:37 pm
It boils down to your paragraph spacings. But, do you get a full space if you leave two blank lines between your paragraphs?
April 19th, 2007 at 2:09 am
Hi Patrick,
Your stylesheet has this section:
#content p {
font-size: 0.8em;
line-height:1.3em;
margin: 5px 0 5px;
}
Try removing the margin line and see if this corrects your problem.
April 21st, 2007 at 9:05 pm
You know, looking again, the spacing isn’t that bad. Hmmmm…
April 22nd, 2007 at 12:33 pm
Yeah it’s the skin. It rather annoys me, too.
April 22nd, 2007 at 2:07 pm
I had a hard time when I transferred to Wordpress. It was because I didn’t know CSS at all. But I stuck with it and I’m glad I did. I am now getting the hang of it and now I love Wordpress :).
April 30th, 2007 at 5:23 am
I’m glad it’s not just me. WP has practically given this Luddite a nervous breakdown.
May 1st, 2007 at 5:40 am
Actually, you need to lower the line height a wee bit. Start out low, say .9em and move up. You’ll notice the difference.
May 1st, 2007 at 8:45 pm
This is one of the reasons I haven’t switched to a WordPress blog. I’m technologically retarded. I just know it would be so frustrating.