print_comment_top()
print_comment_content_top($comment)
print_comment_content_bottom()
?
AND/OR, does anybody know how to eliminate the "print header" function for that part, yet still have the header contents displayed? (IE: "Thread started by: somebody" or "Comment by: somebodyelse")
print_entry_header((size $comment.replies >0?$thread_prefix:$comment_prefix)+(defi ned $comment.poster?$comment.poster.name:$an onymous_title));
print_comment_top(); }
If you look at the comments on my page, due to the custom header, the rest of the comment box is just a tad too wide, and I'd like to fix it so it's aligned. It's making my OCD go crazy. heh...what an oxymoron. xoD
Thanks in advance!