following the codex document I use
<div class=”PostContent”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
it display all contents
<div class=”PostContent”>
<?php the_content(”,FALSE,”); ?>
</div>
it also dispaly all contents, I am confused, anybody who can teach me how use the tag to display only the first 100 charactors of every post in the index page templet