These Recipes How to Make Auto Read More In Blog:
1. Login to Blogger Page
2. From the dashboard blog Select Template -> Edit HTML -> Process or Continue
3. Do not forget to check Expand Widget Templates
4. Now Search Code </ head> (Use the CTRL key + F2 and F3 to facilitate the search code)
5. If you've met Copy the code above and place the </ head> is.
<script type='text/javascript'>
var thumbnail_mode = "float" ;
summary_noimg = 150;
summary_img = 150;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script src='http://projectmanagementonline.blogspot.com/files/ReadMoreScript.js' type='text/javascript'/>
6. The next step involves looking again one of the following codes:<data:post.body/> or <p> <data:post.body/> </ p>
7. Replace the code you find above with the following code:
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
<span style='float:right'><a expr:href='data:post.url'>Read More..</a></span>
<b:else/>
<data:post.body/>
</b:if>
8. Sekaran click the Save Template
9. Finish and see the results
Similarly Blog Tutorial on How to Make Auto Read More In Blog. good luck and hopefully useful.