How to add retweet button inside the blogger post

Why retweet? You may ask why i should add retweet button inside my post. It is one of the ways to get some good traffic to your blog. Whenever a visitor visit your blog and finds your post interesting then he will definitely retweet so that his followers can see it and retweet if they [...]

4 ways to encode html for blogger

Today i am going to show you how to encode html so that you can post the code in your blogger post.The reason behind writing this article is that many people dont know how to post html code in blogger post.Normally you cant post html codes directly when your post editor is in edit html [...]

Jquery Contact Us Page For Blogger

First of all thanks to Eric Martin for writing such a nice jquery script. Today i was looking at some jquery examples and suddenly came across this script and thought it will add some spice for a contact us page Lets see on how to create a jquery contact us page for blogger• Sign up [...]

How to create a three column footer in blogger?

It is similar to three column template all we have to do is to remove & add some HTML & CSS code Firstly we need to create a footer-wrapper just like outer-wrapper outside outer-wrapper.After doing it create three divs inside footer-wrapper and name it as footer1,footer2 and footer3 respectively we need to share the width [...]

How to convert a 2 column template to 3 column one??

Hi friends today i am going to show you how to convert a 2 column template into 3 column one. To explain this tutorial i am selecting the minima template •Login into dashboard •Goto Layout>Edit HTML •Now replace the following css codes #header-wrapper { width:660px; margin:0 auto 10px; border:1px solid $bordercolor; } with #header-wrapper { [...]

How to center a site?

I had a doubt on how to center a site when i started customizing blogger templates few months back. I came across a solution recently when i was reading a post in a blog about margins.I centered the site by including a CSS code in the template.Inorder to center a site follow the below steps•Login [...]