Cari Blog Ini

Tampilkan postingan dengan label easily. Tampilkan semua postingan
Tampilkan postingan dengan label easily. Tampilkan semua postingan

Senin, 22 Juli 2013

Add | Give Comment Numbering On Blogger Threaded Comments Using Best Tricks

In this tutorial i will show you how to Add Comment Number with every comment using beautiful images or bubbles and also give number to every comment. It is very simply to add comment numbering in your blogger template and also very helpful because you can easily find how many comment you have to every post. It will add numbers like this way 1,1.a,1.b,1.c,1.d and so on you can easily see in a screenshot which is given below in image. This is done with CSS Tricks if you want to do this then follow my below small tutorial for adding this beautiful trick on your blogger comments.

Add Best Comment Numbering In Different Bubbles:


Go to Template.
Click on Edit HTML.
Now Press Ctrl+F in the HTML Body Box.
When you Press Ctrl+F then Search Box is appear top right corner.
Copy below Code/Tag and paste in search box and press enter.

]]>
]]></b:skin>

When you find this above tag in HTML Body then add below code just above/before this ]]></b:skin> tag.
Add | Give Comment Numbering On Blogger Threaded Comments Using Best Tricks
Add | Give Comment Numbering On Blogger Threaded Comments Using Best Tricks

.comment-thread ol {
    counter-reset: countcomments;
}

.comment-thread li:before {
    content: counter(countcomments,decimal);
    counter-increment: countcomments;
    float: right;
    font-size: 22px;
    color: #555555;
    padding-left: 10px;
    padding-top: 3px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEge1fjXcH8hUJ4g8DuUcbI789AMyJDBTzg8vl0UiBH_3_5n4QqsVY5iREus81vIaJOpXzBZx9ZIIC5IPGKFm50tGHlwzxoqZ2PUnaGkPBmoAYm2TMSmtdM62EbqL2qQ5oGnXPf3mPwVaz77/s1600/comment+bubble2.png) no-repeat;
    margin-top: 7px;
    margin-left: 10px;

    width: 50px;
 /*image-width size*/
    height: 48px;
 /*image-height size*/
}

.comment-thread ol ol {
    counter-reset: contrebasse;
}

.comment-thread li li:before {
    content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin);
    counter-increment: contrebasse;
    float: right;
    font-size: 18px;
    color: #666666;
}

Now save your template and you are done and now turn to customization in blogger comments by replacing bubbles.

Customization In Comment Number In Bubbles:


padding-left: 10px; - Edit it to adjust the position of text(number) from left size
padding-top: 3px - By editing the value you can adjust the position of text(number) inside bubble from top.
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEge1fjXcH8hUJ4g8DuUcbI789AMyJDBTzg8vl0UiBH_3_5n4QqsVY5iREus81vIaJOpXzBZx9ZIIC5IPGKFm50tGHlwzxoqZ2PUnaGkPBmoAYm2TMSmtdM62EbqL2qQ5oGnXPf3mPwVaz77/s1600/comment+bubble2.png) no-repeat; - If you want to change the bubble image then simply replace image URL with yours.
margin-top: 7px; - By editing this value you can adjust the position of bubble from top.
margin-left: 10px; - Increase or decrease the value as per your requirements.


Bubbles Image URL For Adding In Comments:


Now i am going to give you some shapes, images or bubbles which you can easily add in your blogger comment for adding these bubbles shapes Copy the URL of bubble images which you want to add and replace with red highlighted text or url and then save it. How to pick the URL of image? Your Answer is here. Right Click on your desire picture which you want to add and click on view image in your browser and copy the url in your browser and paste it.



Now save your template and you are done.
It will add numbers like this way 3,3.a,3.b & 4 here 3,4 are the main comments and 3.a,3.b are the replies,you can see a screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf
It will add numbers like this way 3,3.a,3.b & 4 here 3,4 are the main comments and 3.a,3.b are the replies,you can see a screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf
It will add numbers like this way 3,3.a,3.b & 4 here 3,4 are the main comments and 3.a,3.b are the replies,you can see a screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf
It will add numbers like this way 3,3.a,3.b & 4 here 3,4 are the main comments and 3.a,3.b are the replies,you can see a screenshot below in image. - See more at: http://www.helperblogger.com/2012/08/add-numbers-to-blogger-threaded-comments.html#sthash.Gv0yep4S.dpuf

Related Articles:


Minggu, 09 Juni 2013

Add | Put Best Style Subscribe Box Widget/Gadget For Blogger Sidebar

In this tutorial i will show you how you can easily Add Stylish Subscribe Us Box widget in blog sidebar or in footer. Subscribe Box is the best way also to increase the blog traffic. Because when people Subscribe your blog then they daily visit your site for getting updated Content or Post on your blog. The heading Subscribe to Get Latest Tutorial Via Email is the one of the best heading which convince to blog reader to get daily updated content. Imagine if your blog readers means subscribe are upto 500 then you can get average daily 100 visitors from this widget by adding in your site or blog. Now i have a good and easy tutorial to explain or embed this widget on your blog in just 5 minutes.

How I Can Boost Traffic With Targeted Country On Blogger
How I Can Make Internal Links In The Blog Post To Increase Rank
How I Can Use Webmaster Tools Properly For Blogger

How And Where I Put Or Add This Gadget:


Add | Put Best Style Subscribe Box Widget/Gadget For Blogger Sidebar
Add | Put Best Style Subscribe Box Widget/Gadget For Blogger Sidebar
This is your question may be and i have good answer for this question if you want to more subscriber then place this widget or gadget in blog sidebar in between or below where your want and if you also want to put it in the blog footer widget then you also do that its upto you. But my suggestion place this widget in blog sidebar to get better results.

Now we are going to start this easy tutorial.
If you want to add this widget then work according to below tutorial.

Go to Blogger.com.
Go to Layout.
Click on Add A Gadget link.
Go to HTML/JavaScript.
Click on HTML/JavaScript.
And Paste the below code in the HTML Box. But few customization is required which is give below.


<style type="text/css">
#subscribe-wrapper {
background: url(http://softglad.at.ua/images/border.png) repeat scroll 0 0 transparent;
padding: 3px;
}
#subscribe-box {
background: url(http://softglad.at.ua/images/bg.png) repeat scroll 0 0 #F7F7F7;
border-radius: 15px;
padding:5px;
overflow: hidden;
}
a.linkopacity img {
filter:alpha(opacity=75);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-ms-transition:All .5s ease;
-o-transition:All .5s ease;
transition:All .5s ease;
padding: 3px;
border: 1px solid #999;
}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity: 1;
-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.44);
-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.44);
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.44);
}
#subscribe-box:hover table {
    top: 0;
}
#subscribe-box h1{
margin-top: 5px;
color: black;
font-family: arial;
font-size: 15px;
margin-bottom: 5px;
line-height: 14px;
font-weight: bold;
text-align: center;
letter-spacing: -1px;
}
#subscribe-box table {
position: relative;
top: 40px;
-webkit-transition:All .5s ease;
-moz-transition:All .5s ease;
-ms-transition:All .5s ease;
-o-transition:All .5s ease;
transition:All .5s ease;
margin-bottom: 0px;
}
#subscribe-box td {
padding: 2px;
}
#subscribe-box input{
background: white;
border: medium none;
font-size: 12px;
padding: 10px;
width: 150px;
color: #666;
font-family: arial;
margin-bottom: 3px;
width: 55%;
}
#subscribe-box input:focus{outline:none;}

#subscribe-box .submit{
background: #E73827;
color: #fff;
cursor: pointer;
font-weight: bold;
text-shadow: 0 1px 2px black;
width: 90px;
font-family: arial;
margin-left: -3px;
font-size: 14px;
}
</style>
<div id="subscribe-wrapper">
<div id="subscribe-box">
<h1>Subscribe to Get Latest Tutorial via email</h1>
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Put your feedburner link for verifyication', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<center>
<input name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;enter your email address...&quot;;}" onfocus="if (this.value == &quot;enter your email address...&quot;) {this.value = &quot;&quot;}" size="20" type="text" value="enter your email address..." />
<input name="uri" type="hidden" value="Trick Of Blogging" />
<input name="loc" type="hidden" value="en_us" />
<input class="submit" type="submit" value="subscribe" /></center></form>
<center>
<table>
<tbody><tr><td><a href="http://feeds.feedburner.com/blogspot/LPkip" class="linkopacity" target="_blank"><img src="http://softglad.at.ua/images/rss.png" /></a></td>
<td>
<a href="http://www.facebook.com/pages/Trick-Of-Blogging/447187668684161" class="linkopacity" target="_blank"><img src="http://softglad.at.ua/images/facebook.png" /></a>
</td>
<td>
<a href="https://twitter.com/trickofblogging" class="linkopacity" target="_blank"><img src="http://softglad.at.ua/images/twitter.png" /></a>
</td>
<td>
<a href="https://plus.google.com/u/0/113224303869289827964/posts" class="linkopacity" target="_blank"><img border="0" src="http://softglad.at.ua/images/Google.png" /></a>
</td>
</tr></tbody></table>
</center>
</div></div>
                      

Customization For Subscribe Box Widget:


Change Red Highlighted Color Text with your desire text. Subscribe to Get Latest Via Email.
Change Orange Highlighted  Color Text with your feed burner verification link. 
Change Sky Water Highlighted Color with your Google Feed Burner link http://feeds.feedburner.com/blogspot/LPkip
Change Pink Highlighted Color with your Blog Facebook Page link http://www.facebook.com/pages/Trick-Of-Blogging/447187668684161
Change Parrot Green Highlighted  Color with your Blog Twitter Page/Profile link https://twitter.com/trickofblogging
Change Purple Highlighted Color Text with your Google+ Profile or Post page link https://plus.google.com/u/0/113224303869289827964/posts

After Customization paste the code in HTML Box and save setting.
Now Select the desire place where you want to add this amazing widget in sidebar.
Again Save Setting.
Click on View Blog.
Now you have done correctly.

And if you want to add this widget in Footer Column then first add the Three Footer Column and this this in the Blog Footer it also looks beautiful.

Add Three Or Four Column Footer Widget/Gadget In Blogger Blogspot

When you add this widget also then just pick your Subscribe Widget and drop the added widget in the Blogger Footer or Bottom. Now view your blog its look perfect now.


Related Articles:


Add | Put Three Tab Gadget/Widget In Blog Layout Sidebar On Blogspot
Add | Put 50 Flag Translator Widget | Gadget On Your Blogger Blogspot
Add | Make About Us Page Widget | Gadget On Your Blog Footer Or Sidebar
Add Facebook Like Box Widget/Gadget On Blogger By Facebook Developer Plugin
Add Manually CSS Jqeury Drop Down Menu On Blogger
Add | Put HTML Color Code Generator Tool To Your Blogger With Easy Tricks
Add Flickr/Picasa Web/Photobucket/Other Albums Slideshow On Blog Easy Tricks
How Easliy/Simple To Manage Page Layout In Blogger Blogspot

Jumat, 07 Juni 2013

Create | Make | Add | Set 404 Error Page In Blogger Blogspot Easily

In this tutorial i will show you how you can easily Add or Create 404 Error Page in your Blog. This error is drop very bad effect on your blog because visitors can not visit your blog or website properly and they left your blog from this page. To setup this page follow my simple tutorial with best tricks. Blogging is one of the best way to introduce yourself that's why keep blogging with full of joy and make you a perfect blogger. For adding this page on your blog i write a small tutorial for you which help to add this amazing thin on your blog homepage.

Create | Make | Add | Set 404 Error Page In Blogger Blogspot Easily
Create | Make | Add | Set 404 Error Page In Blogger Blogspot Easily 1

What Is 404 Errors:


404 Error then create if some one visit your blog with your blog link and after your link some keywords are written. This is not effect on your blog health for SEO (Search Engine Optimization Ranking) but it effect on blog readers. If you set this then your visitors are not go without visiting your blog properly.

Best Blogger Tips And Tricks For My Blog SEO Instantly 

Add 404 Error Page In Your Search Preferences:


For adding this 404 Error Page follow below tutorial and work according to which i write. By adding this your visitors also report you about your 404 Error using your Contact Us Page. Also you give the home page link in the Error Page by click on this link your visitors come on your blog home page.

Add | Make About Us Page Widget | Gadget On Your Blog Footer Or Sidebar
Customise Blogger Default Template To Make Professional Template
Add | Put | Embed Three Or Four Column Footer Widget/Gadget In Blogger Blogspot

Go to Blogger.com.
Go to Settings.
Go to Search Preferences.
Click on Edit. See below picture/image.


Create | Make | Add | Set 404 Error Page In Blogger Blogspot Easily 2
Create | Make | Add | Set 404 Error Page In Blogger Blogspot Easily 2


Now pick/copy the below code and paste in the Custom Page Not Found Box after further customization in your 404 Error page.


<!-- TOB Default Template -->
<div class='TOB-404-box'>
  <p style='line-height: 30px'><strong>
<font color='#ff0000' size='5'>
Oops What Happen!
</font> <font color='#666666'>
My Blog Reader you click a broken link or a page which is removed from this blog now. Please Do any one of the Following.
</font></strong></p>
  <ol style='line-height: 25px'>
    <li><a href='javascript:history.go(-1)'>&#171; Go Back</a> </li>
    <li>Contact Us to Report this problem <a href='http://trickofblogging.blogspot.com/p/blog-page_1262.html'>Click Here</a>&#160;&#160;&#160; (<em>This will help us to serve you even better</em>) </li>
    <li>Go To Homepage by <a href='http://trickofblogging.blogspot.com/'>Click Here</a>
      <br/></li>
  </ol>
  <p>
    <br/>
    <br/>
    <br/></p>
  <p align='center'><font color='#0080ff' style='font-size: 150px'><strong>404</strong></font></p>
  <p>&#160;</p>
  <p align='center'/>
  <p align='center'><font size='5'>Page Not Found</font></p>
</div>
      

Customize the some Features:


Change the Red Highlighted Color Text with your desire text. Oops What Happen.
Change the Orange Highlighted Color Text with your desire text.
Change the Blue Highlighted Color link with your own Contact Us Page link.
Change the Grey Highlighted Color link with your own Blog Homepage Link.
Change the Pink Highlighted Color Text with your own desire words. Page Not Found.



Now your half work is done.
Now Go to Template.
Go to Edit HTML.
In the HTML Body Box.
Press Ctrl+F to find the below code/tag.

]]></b:skin>


Paste this above code in the search box and press enter.
When you find this code.
Copy the below CSS Style sheet Code and paste it below/after this code/tag.

<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<style type='text/css'>
.status-msg-wrap {
    font-size: 100%;
    margin: none;
    position: static;
    width: 100%;
}
.status-msg-border {
    display:none
}
.status-msg-body {
    padding: none;
    position: static;
    text-align: inherit;
    width: 100%;
    z-index: auto;
}
.status-msg-wrap a {
    padding: none;
    text-decoration: inherit;
}
.TOB-404-box {
  background:#B27D00;
  width:98%;
  margin:10px 0px;
  padding:20px 10px;
  border:1px solid #ddd;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  box-shadow: 5px 5px 5px #CCCCCC;
}
</style>
</b:if>

Now if you want to change the Background Color of your box then change the #B27D00
Save your Template.
Now you have done all work.
Now if you want to check it is working or not write any keywords after your blog homepage link.

If you want to ask any question about this or about Blogger SEO, Blogger Verification, WordPress, WordPress SEO, Make Money, Blogging Tips, Webmasters Tool Tutorial then just contact us using contact us page and feel free.

Related Articles:


How to Remove 404 Errors in Blogger Blogspot
How I Can Remov Or Fix Broken URL For Google Adsense Crawler
5 Ways How to Make your Blogger Blog Like WordPress Website
How To Make Backlinks To Other Website To Increas Page Rank
Get Google Page Rank With In 1 Month By Simple And Easy Tricks
Add | Put | Embed Three Or Four Column Footer Widget/Gadget In Blogger Blogspot
Add Manually CSS Jqeury Drop Down Menu By Replace/Remove Pages On Blogger
Add Facebook Like Box Widget/Gadget On Blogger By Facebook Developer Plugin

Sabtu, 01 Juni 2013

Add | Make About Us Page Widget | Gadget On Your Blog Footer Or Sidebar

In this tutorial i will show you how you can easily make About Us Profile on blog widget or gadget in you footer of in sidebar of you blog. If you feel problem by adding about us page on your blog then forget it and now ready to add this on your blog by simple blogging tricks. About Us page is very important if you want a approval from Google Adsense or Monetize you blog with Google Adsense. Because Google want a info about the Author properly and if you can't put this on your blog i will sure you can't approve any time from Google and Google reject the application of your Google Adsense Account Immediately. I have also many trick to make money online by YouTube Or Chitika Ads.

How I Can Get Approval From Google Adsense My Blog Or Website
Easy | Best | Simple Tricks To Make Money From Youtube | Chitika

If you have not get a lot of visitors on your blog then i have also best and latest tips for Blogger SEO which increase your traffic. You can also get to much traffic from Social Bookmarking Sites.

Best Blogger Tips And Tricks For My Blog SEO Instantly
How I Can Get More Pageviews Using Social Bookmarking.Com

Add Make About Us Page Widget Gadget On Your Blog Footer Or Sidebar
Add Make About Us Page Widget Gadget On Your Blog Footer Or Sidebar
      

How You Can Easily Add This Widget On Your Blog By Simple Steps:


I have a small and best tutorial for you if you want to add this widget on your blog like my profile widget then ready to make it. I share this post only for you .

I have Latest Blogger Widget you can easily add on your blog to increase the Beautiful Look of your blog.

Add Facebook Like Box Widget/Gadget On Blogger
Add Three Or Four Column Footer Widget/Gadget In Blogger
Add CSS Jqeury Drop Down Menu On Blogger
Manage Page Layout In Blogger
Live Traffic Counter Put In Your Blogger Blogspot
Add Twitter Updates Gadget To Blogspot Blogger

Add This Gadget With Below Code Pasting:

Copy the below code and paste it notepad file and customize it according to below tutorial.

<h2 class="title">About Me</h2>
<div class="widget-content">
<!--[if !IE]> -->
<style>
}
#trickofblogging:hover
 {
border:2px solid #ccc;
cursor:pointer;
}
.opacity
{
opacity: 0.5;
margin-right: 50px;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-moz-transform: rotate(7deg);
-o-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
}
.opacity:hover
{
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}

</style>
   <!--[endif]---->


<style>
#trickofblogging
{
border:2px solid #888; margin:2px 5px 0px 0px; padding:2px;
}
#profileAditya:hover
 {
border:2px solid #ccc;
cursor:pointer;
}

.opacity:hover
 {
opacity: 1;
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}

</style>

<img class="opacity" id="trickofblogging" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDtmsJfQeUMaaTsA1hUC5lAzVEJNQOneW51d9dJaUOxqhaFhkuDhn3p71FuXsP8x9BOx2R5mJpFGjawbJaPR5yQv4Boc_PJdJCUfFehJUoNk9HXSamatCMaVa_YvqlpUwBZsybkHqGsf4/s1600/DSC00108.JPG" width="100" />
<div style="font-family: Arial Tahoma Verdana; font-size: 13px; text-align: justify; ">
<b>Founder & Author:</b> Founder & Author: Hi! I am Umair Noor: Hi guys, Welcome to TrickOfBlogging and let me introduce myself to you. Like any other, I’m a normal guy who is passionate about Computing, Blogging and Internet. I’m Umair Noor student of Software Engineer by education a Blogger by profession and Blogging is my passion<a href="http://trickofblogging.blogspot.com/"> <b>Trick Of Blogging</b></a>is not start of blogging Umair launched his frist Marketing Site in 2010. He is a problogger & running a number of sites from his living room</div><a style="color:#5634;" href="http://trickofblogging.blogspot.com/p/blog-page_2741.html#.UakbF9jIfFwl" target="_blank">...Read More</a><!--![endif]---->
</div>

Changes Required:


Replace the Red highlighted line with your image link which you want to add on About Us page.
Replace the Green highlighted line with your desire Font or Size.
Replace the Orange highlighted line with your Info Text.
Replace the Blue highlighted line with your blog home page link.
Replace the Brown highlighted line with your Blog About Us page link.


When you customize all the required highlighted lines then copy your customize coding and paste this code according to below tutorial. If you want to easily add this in your blog feel free and work now.

Go to Blogger.com.
Go to Layout.
Click On Add A Gadget.
Go to HTML/JavaScript.
Paste your Customize Code In the HTML box.
Save it.
View blog.

 Related Articles:


Social Bookmarking Button Add To Blogger
5 Ways To Make Your Blogger Blog Like WordPress Website
How to Verify My Blogger Blogspot in Webmaster Tools
Submitt Sitemap of Your Blogger To Google And Major Search Engines
How I Can Optimize the Post Title Mean My Post Show First
How I Can Use Webmaster Tools Properly For Blogger
How I Can Boost Traffic With Targeted Country On Blogger
How I Can Make Internal Links In The Blog Post To Increase Rank

Kamis, 30 Mei 2013

Add | Put | Embed Three Or Four Column Footer Widget/Gadget In Blogger Blogspot

In this tutorial i will show you how to easily add Three Column Footer Gadget in blogger. Best blogging tricks are always easy and customize or make many changes easily. To make Blogger beautiful or Good Looking we should spend a lot of time on our blog or website. If you want a lot of visitors daily on your blog or in these visitors you want some visitors are returning people then put all your focus on your blog looking means make best and stunning blogger. When some one visit your blog then he/she just shocked to see your blog and say "What a Nice Blog". Now i am going to tell you how you can easily add the footer widget/gadget in your blog bottom easily with simple tricks. When ever you start blogging your focus should be on SEO, Good Looking Blog, Best Internal Linking, Best Google Page Rank, Good Strength Of Backlinks and Best Alexa Ranking. I have write many post on Manage Page Layout for better blog looking. If you want to also make beautiful blog then start with first adding widget or gadget in blog then add this below footer widget in blog it is the last step of manage page layout.
Add | Put | Embed Three Or Four Column Footer Widget/Gadget In Blogger Blogspot
Add | Put | Embed Three Or Four Column Footer Widget/Gadget In Blogger Blogspot

Now Let's Start The Four Column Footer Adding:


If you want to add the four column footer in blog layout by adding gadget then work according to below tutorial.

Go to Blogger.com.
Go to Template.
Go to Edit HTML.
Now first download your full template in your computer before make changes any time.
Press Ctrl+F in HTML body box. Like i tell in article of Handle New Interface Of Blogger HTML Editor.
Paste this below Code in the search box and press enter.

]]></b:skin>


Now paste the below CSS Code just above/before this code.


/* -----   LOWER SECTION   ----- */
#lower {
       margin:auto;
       padding: 0px 0px 10px 0px;
       width: 100%;
       background:#333434;

#lower-wrapper {
       margin:auto;
       padding: 20px 0px 20px 0px;
       width: 960px;
}
#lowerbar-wrapper {

     border:1px solid #DEDEDE;
       background:#fff;
       float: left;
       margin: 0px 5px auto;
       padding-bottom: 20px;
       width: 32%;
       text-align: justify;
       font-size:100%;
       line-height: 1.6em;
       word-wrap: break-word; 
       overflow: hidden;
}
       .lowerbar {margin: 0; padding: 0;}

       .lowerbar .widget {margin: 0; padding: 10px 20px 0px 20px;}
.lowerbar h2 {

      margin: 0px 0px 10px 0px;
       padding: 3px 0px 3px 0px;
       text-align: left;
       color:#0084ce;
        text-transform:uppercase;
      font: bold 14px Arial, Tahoma, Verdana;
       border-bottom:3px solid #0084ce;
}
.lowerbar ul {

      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      list-style-type: none;
}
.lowerbar li {

      margin: 0px 0px 2px 0px;
      padding: 0px 0px 1px 0px;
      border-bottom: 1px dotted #ccc
}

Save Template.
You have done.

Improve Content Keywords Significance
Use Custom Robots Tags Selection Blogger For SEO
Best Blogger Tips And Tricks For My Blog SEO Instantly


Add Lower Wrapper Lower Bar Widget From Lowerbar1 to Lowerbar 3 or 4:


By adding Lower Wrapper and Lower Bar we see three or four Add A Gadget Links in the page layout where you can easily add which you want like Blog Author Info, Blog Followers, Google+ Followers and many more option. Now we are going to add this Gadget in template and then go to Layout to check this out.

Go to Blogger.com.
Go to Template.
Paste below tag in search box and find.

</body>


When you find this above tag then copy below code.
Paste below code just above/before this </body> tag.


<div id='lower'>
<div id='lower-wrapper'>
<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar1' preferred='yes'>
</b:section>
</div>
<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar2' preferred='yes'>
</b:section>
</div>
<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar3' preferred='yes'>
</b:section>
</div>
<div style='clear: both;'/>
</div> </div>
 


Again Save Template.
Your Work is finished and your three column footer is ready for work and if you want to four footer then simply add below code above last two highlighted red background lines correctly.

Make Money Form Links of Amazon Product to Blogger Posts
You Put Chitika Ads to Blogger Blogspot with Simple Steps
Easy | Best | Simple Tricks To Make Money From Youtube | Chitika



<div id='lowerbar-wrapper'>
<b:section class='lowerbar' id='lowerbar4' preferred='yes'>
</b:section>
</div>


And give the lowerbar4 name with your choice number.

Changes And Customization For Footer Column Widget By Color:


If you want to customize or change the color of background text and width and many more then generate the color by using below Color Code Generator Tools and use according to above tutorial.


Color Code Generator Tool:




Change the Background color of your desire by replace the #333434
Change the Widget Width with your desire by replace the  960px 
Change the Background 2 color by replace the  #fff
Change the Widget Width 2 by replace the  32%
Change the of Text by replace the #0084ce 
Change the  Font of Widget just add desire font font: bold 14px Arial, Tahoma, Verdana;
border-bottom:3px solid #0084ce 
Change the Bottom Border Dotted by replace the #ccc.

Now save template and go to layout and check in the footer of your Page Layout you will see three or four column just add which you want and your blog make perfect and beautiful.

Related Articles:


Ready to Make Money With Adsense Keywords and Blogger
Affilate Banner Put Below in your Blogger Post
The Best Placement of Adsense On Your Blogger Blogspot
How To Increase The Website Ranking From Social Bookmarking Sites
How to Verify My Blogger Blogspot in Webmaster Tools
How Use Social Website To Increase Your Website Traffic
How to Remove 404 Errors in Blogger Blogspot
Why I Make More Pages On My Blog To Increase Organic Traffic