What I would like in my comments section is for the "Posted by" information to be directly underneath the comment text. I tried removing the feature in the blog config to convert line breaks *but* I do want line breaks automatically converted in the actual comment text!
Ex:
commentcommentcommentcomment
commentcommentcommentcommmentcomment
posted by so-and-so
newcommentnewcommentnewcomment
posted by whatshername
How do I get this:
CODE
<MTEntryIfAllowComments>
<MTComments>
<div class="comments-body">
<$MTCommentBody$>
<span class="comments-post">Posted by <$MTCommentAuthorLink spam_protect="1"$> - <$MTCommentDate format="%B %e, %l.%M %p"></span>
</div>
</MTComments>
</MTEntryIfAllowComments>
<MTComments>
<div class="comments-body">
<$MTCommentBody$>
<span class="comments-post">Posted by <$MTCommentAuthorLink spam_protect="1"$> - <$MTCommentDate format="%B %e, %l.%M %p"></span>
</div>
</MTComments>
</MTEntryIfAllowComments>
to do what I want?