I'm having sort of the same problem. There are no paragraph breaks in any of the comments. This problem exists only in the theme I'm using so I'm sure it's in the stylesheet, but I can't find where to make the correction-- nor do I know how to edit the css to fix it.
Here is all the code I can find for comments, if it's any help:
ol#commentlist {
list-style:none;
margin:15px 0 0;
padding:0;
}
.commentname {
color:#444444;
}
.commentname a {
color:#3399cc;
font:110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
text-decoration:underline;
}
.commenttext {
background-color:#f8f8f8;
min-height:90px;
}
* html .commenttext {
height:90px;
overflow:visible;
}
.commentp {
padding:20px 12px 10px 10px;
}
.commenttext p {
margin:0 0 10px;
padding:0;
}
#commentblock ol li {
margin-bottom:30px;
}
#commentblock {
margin-left:4px;
}
#commentsform p {
margin-bottom:5px;
margin-top:5px;
}
Can you give me any suggestions? My Web site is at http://streettalkblog.com