1. PLACE THIS CODE INBETWEEN THE <HEAD> AND </HEAD> TAGS AT THE TOP OF YOUR FILE:

***START CODE***
<LINK rel="stylesheet" type="text/css" href="comment.css">
****END CODE****

(Or, if you already have a style sheet, add the existing comment.css code to yours)

2.PLACE THIS CODE WHEREVER YOU WOULD LIKE THE COMMENTS SECTION TO APPEAR:

***START CODE***
<?php

	include "comment_display.inc";
	include "comment_post.inc";

?>
****END CODE****