It's been answered couple of time. Follow this instruction:
File Name
single.php
Find this:
Code:
<img src="<?php $values = get_post_custom_values("image"); echo $values[0]; ?>" alt="" /></a></p>
Add this line above code:
Code:
<div><?php the_content(''); ?></div>
And put your content/description on POST area.