Can anybody tell me how I can get line-breaks to work in my comments There isn't a gap between new sentences: http://www.viperchill.com/if-you-want-to-become-a-successfollow-your-passion/#comments (Make a test comment if you want to see exactly what I mean) Any help would be much appreciated
If you're using PHP you can use the nl2br function: http://us3.php.net/nl2br It adds a <br /> tag before every newline.
Wouldn't that mess up my usual blog entries? I'm using 'brians threaded comments' so I know that is messing things up just not sure how to fix it...
You don't have to use the function around everything on your blog, just edit the PHP code which displays the comments and use the nl2br function.