Hi,
Hi try line 57 , so that line 56-61 after you pasted looks like
?>
<div class="nick_prtf_excerpt"><?php echo get_post_meta($post->ID, 'nick_prtf_excerpt', true) ?></div>
</div> <!-- end eight units -->
To make a horizontal line, you can use one of the following html codes in your template just outside of the php blocks
<div class="hr hr_flag"> <span class="primary-background seperator-addon"></span> <span class="hr-seperator extralight-border"></span></div>
or
<div class="hr hr_flag supersmall "> <span class="primary-background seperator-addon"></span> <span class="hr-seperator extralight-border"></span></div>
or (chnage the words between the 4 stars
<div class="hr hr_flag "> <div class="primary-background hr_color"> <span class="flag-text on-primary-color">****PUT WORDS HERE TO SHOW in LINE****</span> </div> <span class="hr-seperator extralight-border"></span></div>
or
<div class="hr hr_invisible"></div>
Thanks,
Nick