• Make read more in blogger posting How to do it?
    1. Put code bellow between "} ]]></b:skin>" and "</head>" like this :

    <style>
    <b:if cond='data:blog.pageType == "item"'>
    span.fullpost {display:inline;}
    <b:else/>
    span.fullpost {display:none;}
    </b:if>
    </style>

    2. Search code "<p><data:post.body/></p>" and add code bellow after it :

    <b:if cond='data:blog.pageType != "item"'>
    <a expr:href='data:post.url'> Read More..</a>
    </b:if>

    and save it.

    3. Go to Settings ---> Formatting. Type in the Post Template box with this code :

    Your letters before Read more.
    <span class="fullpost">
    Your letters after Read more.
    </span>

    4. Every make a post, change the "Your letters before Read more." and "Your letters after Read more." with your paragraph and don't erase "<span class="fullpost">" and "</span>".

    Successfully !

    Read More..