View Single Post
05-31-2006, 11:43 PM
#3
Joe is offline Joe
Status: Custom User Title
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 2,297
iTrader: 0 / 0%
 

Joe is on a distinguished road

  Old

On that post in your blog, in the source, the paragraphs are seperated by P tags, meaning the problem is probably to do with your CSS.

Add:

p {
margin-bottom: 20px;
}


to your CSS document and that should add the correct paragraph breaks.