That looks like the line-height issue that was corrected in most
Blogger templates a few months ago. You'll need to edit the template
to fix it.
Template modifications require a Full Template Download first.
Dashboard, Manage:Layout, Edit Html, Download Full Template and you
will have a backup on your computer.
Changes are made right on that page, in the template editor.
Then scroll down to this style:
.post p {
margin:0 0 .75em;
line-height:1.6em;
}
Change the selector to:
.post-body
So the style looks like this:
.post-body {
margin:0 0 .75em;
line-height:1.6em;
}
The fix to Blogger templates included a change further down the
template, but you may be able to get by without that part.
On Oct 6, 10:29 am, markessenburg wrote:
>
www.weloveorphans.blogspot.com
> I have noticed that sometimes my paragraphs are double spaced and
> sometimes they are not. It seems to switch in between pictures. Some
> posts are all double spaced and this is how I would like them all to
> be, since the single spacing makes it hard to read. I have not found
> any controls for this, and changing fonts/sizing doesn't seem to make
> any difference. Can you help me?
> Thanks,
> Mark