here 1-2
2-1 2-2 2-3
3-1
I'm what I am. I'm love, passion, and compassion.
<p></p> tags. Thus, a paragraph will be created when it will be formatted as the example below in Edit HTML mode: <p>The para starts.</p>
<br> tags) instead of <p>tags. As a result Facebook cannot extract the description from the post. <data:post.body/> and add the <p> tags as shown below: <p><data:post.body/></p>Step 3: Save your template.
<data:post.body/> is the part where your actual post is displayed which is written in Post Editor. Adding paragraph tags ensures that whole of the post body remains in between these tags. As a result, you can write normally within the post editor and no manual formatting is needed. As you publish the post, it will automatically be inserted within the paragraph tags.<br> tags in HTML mode.


</head>
<script type='text/javascript'>
var thumbnail_mode = "no-float" ;
summary_noimg = 430;summary_img = 340;img_thumb_height = 120;img_thumb_width = 120;</script>
<script type='text/javascript' src='http://bloggerblogwidgets.googlecode.com/files/auto_readmore_blogger.js' ></script>
<data:post.body/>Step 5. Replace <data:post.body/> With The Code Below
<b:if cond='data:blog.pageType == "item"'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<data:post.body/>
<b:else/>
<div expr:id='"summary" + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb("summary<data:post.id/>");
</script>
<div style='clear: both;'/>
<span class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'><a expr:href='data:post.url' >Read more ... </a></span>
</b:if>
</b:if>





