How to create Read More in Blogspot
I've found out a way to create read more button for blogspot, thanks to forumer at lowyat.net
This is for you folks who host your blogs on blogger and have blogspot.com in your blog URL. It requires a little more work and is a bit complicated so listen up.
Part 1 :Editing the Theme
First of all, go to your Dashboard >> Template >> Edit HTML
Then look for this line: ]]> and . There are two parts of codes.
First part, insert this code BEFORE ]]>
.commenthidden {display:none;}
.commentshown {display:inline;}
Then add this code AFTER ]]>> and BEFORE
Your HTML coding should now look like this. Don't worry about the difference in the symbol " and " because it means the same thing. Example:
Part 1 :Editing the Theme
First of all, go to your Dashboard >> Template >> Edit HTML
Then look for this line: ]]> and . There are two parts of codes.
First part, insert this code BEFORE ]]>
CODE
.commenthidden {display:none;}
.commentshown {display:inline;}
Then add this code AFTER ]]>> and BEFORE
CODE
Your HTML coding should now look like this. Don't worry about the difference in the symbol " and " because it means the same thing. Example:
Ads go here
Comments