02 September 2010

Easy To Write HTML/JavaScript Codes In Blogs

Have you ever tried writing HTML/Javascript code in your blogs then you might have found that it does not appear as code in the post? Or have you ever tried to fixed by replacing < with &lt; and > by &lt; manually?
For now, skip the last step.
There are two methods from me. First method is for the general blogs and the second one is given from official Blogger blog. "Thank you, Blogger".

"Read More" Facility. Thank's to Blogger.

Hello Blogger,

Do you still looking for Read More Blogspot template code?
There's no more code. It's easy to insert equals as you write on Wordpress.


Before this time, I know your problem is only "how to put those adorable codes".


This is the old adorable codes plus the steps.
First you need to edit your existing codes then do copy and paste into notepad or any text editor. Add the following code below the <div class='post-header-line-1'/> and <div class='post-header-line'> tags if you’ve got both:

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
Every body was doing this uncool first step. For programmer, they could finish faster then ordinary people, included me. But this time, Blogger or familiar with Blogspot gives us "insert jump break" button which lets you create expandable post summaries in your blog posts, so longer posts appear as an intro with a link to Read More.