Nevermind I figured it out.
Thank You
whenever I add that code to the comments.php it adds a second comment input form. So I have two comment forms. do you know why it would do this or how to fix it? not sure if it helps but I am using a plugin for the the comments form: Dean’s FCKEditor For WordPress
Thanks
I am using twenty ten theme. I figured out the horizontal line… I put the <hr /> tag in single.php
<div class="entry-utility">
<?php twentyten_posted_in(); ?>
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
<strong><hr /></strong> </div><!-- .entry-utility -->
I sill need to figure out how to remove the “Posted In” from each post…???