<?php $content = get_the_content();
$content = strip_tags($content);
echo substr($content, 0, 205);
?>…<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><strong>read more</strong></a>
$content = strip_tags($content);
echo substr($content, 0, 205);
?>…<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><strong>read more</strong></a>