figured it out.
changed <?php the_content('Read the rest of this entry »'); ?>
to <?php echo get_the_content(); ?>
this is what i am using
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a> : <class="entry"><?php the_content('Read the rest of this entry »'); ?>
i tried to do what you said but it still didnt work. any other thoughts?