Strange Problem on LearnerBlogs
I encountered a strange problem where the paragraphs in my posts would be separated by an unnecessarily wide gap.
To solve this, I had to directly edit the HTML of the post. This is done by clicking the HTML button located on the toolbar above your post when you are writing or editing it. In it, if you are encountering this spacing problem, you should find lines which are entirely composed of the following code: <p> </p> or some variation of it if you have an alignment other than the default one (like centered or justified).
To get rid of it, just simply delete the thing. Highlight it and delete it, or do it some other way. There can be empty lines, as it won’t affect your post. Just get rid of them.
I don’t know XHTML, but it’s fairly easy to figure out these things if you check your HTML and compare it to your post and what looks like on the site. As people fear, I will soon be teaching myself how to use XHTML…and I’ll share tips I find with you so all of you can take advantage of them. Stay tuned!