The line under the post - which is traditionally where you click to comment and tells some about the post - didn't work when I switched skins. I'm not really happy with what I have right now and so would like to know what to change to make it work.
Before:
<?php $Item->feedback_link( 'comments' ) // Link to comments ?>
 | <a href="<?php $Item->permalink() ?>" title="<?php echo T_('Permanent link to full entry') ?>">Please Share your thoughts </a> | 
<?php $Item->issue_date(); ?> @
<?php
$Item->issue_time();
echo '  |  ';
$Item->wordcount();
echo ' ', T_('words');
echo ' ';
locale_flag( $Item->locale, 'h10px' );
?>
<?php $Item->edit_link( ' | ' ) // Link to backoffice for editing ?>
<?php $Item->trackback_rdf() // trackback autodiscovery information ?>
<?php $Item->feedback_link( 'trackbacks', ' | ' ) // Link to trackbacks ?>
<?php $Item->feedback_link( 'pingbacks', ' | ' ) // Link to trackbacks ?>
Now it just says 'comments' where I wnat it to say something more user friendly - like 'please share your thoughts'. The styling on the current info shows a graphic, I'd likt to remove the graphic and just use text - that I can customize.
Thanks for your help. http://neilcowley.com/b2 is my address.
I thought I found the text elements in /skins/_feedback
...but it changed 'comments' to read 'please leave your thouts'....so the full statement reads 'there's no please leave your thoughts yet for this post'