Hi!
I am looking for a kind of structure for the comments that can be posted on my blog which are similar to a phpbb2-Forum
e.g.: http://www.modellbahnforum.at/index.php
Ist there a plugin where each comment is seperated by a line so that the overview looks better. Now everything seems to be displayed in one and it is hard to orientate.
In many templates, the comments are already threaded. To distinguish between them more distinctly, you'd just have to add a line to your style.css like ".whateverthecommentclassis { border-bottom: 1px solid black; }".