Cari Blog Ini

Tampilkan postingan dengan label customization. Tampilkan semua postingan
Tampilkan postingan dengan label customization. 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:


Rabu, 17 Juli 2013

Add | Put Pop Up Ads For Banner | Adsense Or Chitika On Blogger Blogspot Easy Tricks

In this tutorial i will show you how to Add Google Adsense Ads, Chitika Ads, Banner Ads with Popup on Blogger Blog with simple and easy steps and using new Tricks. My tutorial is so easy any one understand easily how to embed these ads on blogspot to get more click to increase Google Adsense Earning and other Advertiser links. If you worried about to get small money then forget this and do as soon as possible for make more money. If you have a blog and not get more click and not too much visitors then don't worry i am going to give you best of best trick to how get more clicks on your blogger ads on your banner ads or chitika and Google Adsense for get more money. I also use this trick but it is not run to many days because some advertising company can not like this pop up ads. Like Google Adsense it is very harmful for your Adsense Account because this is against the Google Adsense Policy if you are ready then you can start using this trick with my below tutorial.

Add | Put Pop Up Ads For Banner | Adsense Or Chitika On Blogger Blogspot Easy Tricks
Add | Put Pop Up Ads For Banner | Adsense Or Chitika On Blogger Blogspot Easy Tricks

 

Best EasyTricks To Monetize Your Blogger Blog With Google Ads Increase CPC | CTR And Earning 
How To Easily Make Money With Affiliate Marketing Blogger

How To Put Ads On Popups Window:


Now i give you a HTML Coding and i tell you where you put the ads code to work with this trick.


<style>
#btftopbar {
height:2px;
width:auto;
background: #005094 url('..');
background-repeat:repeat-x;
text-align:center;
padding-top:2px;
}
#adsground {
height:50;
margin:0 auto;
width: 0px;
background:#fff;
border-bottom:2px #005094 solid;
border-right:2px #005094 solid;
border-left:2px #005094 solid;
text-align:bottom;
padding:2px;
}

#headlineatas {
opacity:1.0;
height:auto;
width:auto;
position:fixed;
top:30px;
left:600px;
border-bottom:4px #005094 solid;
border-bottom:0px blue solid;
color:#333;
padding:0px;
z-index:1001;
font-size:13px;}
</style>
<script type="text/javascript">
function getValue()
{
document.getElementById("headlineatas").style.display = 'none';
}
</script>
<div id="headlineatas">
<div id="btftopbar">
<span style="color:#fff;font-size:10px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em;float:right;padding-top:3px;padding-right:10px"><a href="http://trickofblogging.blogspot.com/"></a></span>
</div>
<div id="adsground">
<p align="left"><h3></h3></p>
<p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxxxxxxx";
google_ad_host = "pub-xxxxxxxxxxxxxxxx";
/* Larget Rectangle  */
google_ad_slot = "xxxxxxxxxxx";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<br/></p></div></div>


When you copy this code on your notepad then change the Orange Highlighted Color coding/Ads with your own Google Adsense Ads. If you want to add Banner ads then also replace this mine ad code with your own Banner Ads code. And if you also want to put Chitika ads then replace again with mine ads code which is highlighted with orange color. Some times chitika ads are not display due to blogger template problem then at this time you can comment me and also give your blog link and template copy with attach notepad file and mail me using contact us form and i will definitely help you and also give you best tricks.

How Optimize Blogger | Website To Increase Or Make Money With Blogging Tricks
Which Website | Blogger Name Give Best CPC | CTR To Make Money With Google Adsense

Customization In Pop-Ups Ads For Better Placement:


I highlighted two digits with Red or Pink color. It is for adjustment of ads where you want change the pixels of the ads for Top and Left and choose your best placement for ads to get more clicks. If you have done also this customization then follow below tutorial and add your ads.

Go to Blogger.com.
Go to Layout.
Click on Add A Gadget.
Go to HTML/JavaScript.
Click on it.
Paste your customize code in HTML Box.
Click on Save.
View your Blog and check your ads.

Now my tutorial is finished and visit my blog till get new tricks for your blogger blogspot to make best blogger and Good Looking Blog for get more visitors also. I also write many article on Blogger SEO, Blogger Widget/Gadget to make perfect blog.

Jumat, 14 Juni 2013

Use Best Blogger Settings Option Basic For SEO And Others Option Links

In this tutorial i will show you how you can Use the best tricks for your blog SEO in the Setting option in blogger. This is the complete tutorial on Setting Option in Blogger. If you want to do any thing in setting option the read this post and do easily. In setting option you see 6 main heading which is given below. I write many post, on Blogger SEO Tips and Techniques, Blogger Customization with Template, Blogger Plugins, Blogging Software and many more but now i discuss the one of the new thing which is rarely discuss on internet because it is common every one know about this but not properly. People do blogging but they are not a perfect blogger and this is the fact they can not know this blog platform properly. Let's start our easy blogging tutorial.



  1. Basic
  2. Posts and comments
  3. Mobile and Email
  4. Language and Formatting
  5. Search Preferences
  6. Other
Use Best Blogger Settings Option Basic For SEO And Others Option Links
Use Best Blogger Settings Option Basic For SEO And Others Option Links 1
Now i am going to discuss the all of above heading with detail how to use for better SEO and make your blog perfect and how to save it from spamming and how to use redirection, comments, readers, author invitation option and many option which we discuss below paragraph.

Setting With Basic Option:


If you make your blog on Blogger.com that is very nice because it is the biggest platform to keep blogging and also every one like this this platform is also very easy same like WordPress but some effort is required to do new thing.

In the Basic option there are three further option which is given below.

  1. Basic.
  2. Publishing.
  3. Permissions.

1) Basic:

 

 

1) Title:

 

Title is the main heading of your blog which is appear also in search engine and you should select the best keywords for your title tags means SEO Blogger not SEO For Blogger. Remove these keywords from your blog address is, am, for, on, this, that, it, or, and, because these words not count by search engine and they have not worth in front of Google Crawler or Google Bot. Use always best words for your blog address and also blog title.

2) Description:


Description is the best way to appear your blog first in search engine because if you use the best and content full keywords in search engine which is not copyright then your blog first appear in search engine. If you give also best and beautiful description which is relevant to your blog title or content then your blog also get more and good traffic from search engine. I have seen many bloggers which put a big mistake on his blogger description they give description totally change by their blog content that's why visitors come on their blog and quickly left their blog. Because they can not find their desire content they click on fake link which give the keywords but not content.

How to Remove 404 Errors in Blogger Blogspot
How To Make Sitelink For Better SEO

3) Privacy:


Privacy option is use when you want to not show your blog in search engine results means your blog have adults content or many other types of content and you want not show in search results or in Google Blog listing then you click on it and tick on option no and also do same as second.


2) Publishing:


In Publishing option here is your choice which link or blog address use for search engine. Like i have a blog with home link http://trickofblogging.blogspot.com/ and i want to change it with my desire one which is available in blogger also and which we purchase with the Help of Google Apps. If i want to change my blog address with .com, .net, .info. and .co then i can easily change it simply by doing this below small tutorial.

Go to Blogger.com.
Go to Setting.
Go to Basic.
Go to Blog Address.
Click on Add A Custom Domain.
Which one you want to use .com or .net or any then select this extension.
If you have already domain then just click on Switch to Advance Setting.
And if you have not purchase the domain then click below orange button Check Availability.
Also click below link to more info how to change blogspot to .com and how to purchase.

Simple | Easy Tutorial For Transfer Blogspot To Website

3) Permissions:

 

1) Blog Authors:

 

In Permissions option you can allow your for new author means Guest Authors and this is add by inviting the Guest Author by using their contacts. If you also want to add author on your blog then you also use this fantastic option. By click on Add Authors and Choose From Contacts button and add your blog guest author easily and enjoy.


2) Blog Readers:

 

Blog Readers is the option which you can use when if you want not every body read your blog just blog author or blog readers ready or view your blog then you can easily use this option. If you want that only readers read your blog then click on Add Readers and then choose from contact and save it. That's all.

2) Posts and comments:


Posts: 

 

In Posts and Comments option you can select how many post you want to show on your homepage. If you want to show 4 then click on post box and write the number of posts for show on homepage. Now click on Save setting orange button top right corner.

Post Template: 


Here you can easily add post template for individual post.

Show Case Image With Light Box:

 

In Show Case Image Light Box option you can easily change your lightbox option by using yes or no option. Light Box is very good option for view image in blog post.It also very easy by just click on image and comeback by using Cross mark. 


Comments: 


Comments Location:

 

In this option you select or choose one of the best desire option for your blog comment page. Means if some one want to comment on your blog then when they click for adding comment then this option will work. Like when you click on comment adding option then Embedded, Full Page, Pop-up Window or Hide which one you want to use its now up to you. Select any one of them and keep enjoy.   

Who Can Comment?  


Who can comment is the option which is used for commenting purpose means if your blog visitors or readers visit your blog or site then which user comment on your blog to avoid spamming then this option works better. Here are four option Anyone, Register Users(included open ID), User With Google Accounts (Gmail) and Only member of this blog. You can just select any one of them and click on save setting. 

Comment Moderation:


Comment Moderation is the option which is used when some one comment on your blog the comment can not visible on your blogger blog homepage they visible then blog author moderate or Approve this comment. This option is mainly use for avoid spamming if you think some one comment on your blog to make links on your blog to get visitors and they have not interest on your blog content then you can do this easily. Just go comment moderation tick on your desire option Always, Sometimes, and Never.
And when visitors of your blog leave a comment on your blog post then they see the message like this "This comment is awaiting for approval".

Show Word Verification:


Show word verification is the one of the best option in blog because this is use when human mind comment on your blog. Basically this option is use to avoid spamming means Robot Spamming or Robot Commenting and using Automatically Comment software by some moderation.

Show Backlinks:


Show Backlinks option means when some one comment on your blog and they also give the links with href then they also make a backlinks on your blog. Many peoples also increase their backlinks reputation by using this option the find the new blog and effective blog and start comment on their blog and make too much backlinks without and worth. These type of backlinks not give your best Google Page Rank. So this option work as when some give the link with their comment or message then what your want link is visible or not.

Comment Form Message:


Here in this option you can embed or write any keywords about thanks for comment which is show above the comment box. Here give the best and beautiful keywords for thanking to your blog readers and commenting people. 


3) Mobile and Email:


In Mobile and Email option you can easily posting with your mobile device on your blog and also using Email. First discuss about Mobile Device. By going to Mobile and Email link and then Add A Mobile and when you click on Add A Mobile you see the page like given below picture/image.

Use Best Blogger Settings Option Basic For SEO And Others Option Links 2
Use Best Blogger Settings Option Basic For SEO And Others Option Links 2
  
When box is appear with a 9 letters code you sent this code via text to 256446 which for blogger. The code is written in the Yellow box. When you send verification code then you start easily posting on your mobile by using the same mobile number. If you have Non-US Mobile or Phone Number then you can email the code to go@blogger.com. If your mobile doesn't support  MMS then you can use the first option via text.


Email: 

Email is the option where your posting using Email. Here is your Gmail account and before @blogger.com you can give the secret words before posting.  And here is three option Post email Immediately, Second save email as a draft and Third is Disable.


Comment Notification Email:


In the Comment Notification Email option you can add your any account to receive the mails and comment from your blogger blog. Here is your Google Account is already embed or put in it. 

Email Posts To:


In the Email Posts To option you can add the email account of your friends and also members and you can easily send your post by using email. 


Now i only discuss three headings in this post now nest three headings discuss in the next post (Part 2) because this post is too much long. In the next post Search Preferences  is the most important heading about SEO for setting of Meta Tags, Description, Enabling Description In the Individual post, Also add the Robot .txt file in the blogger search preferences. Also adjust the Custom Robots Header Tags manually and many more in 6 heading Other Also for Adding Analytic code for proper verification.

Use Language And Formatting | Search Preferences | Others Option Setting In Blogger Blogspot

Related Articles:


How To Added Meta Tag In Your Blogger For Better Optimization  
Best Tricks To Use Custom Robots Tags Selection Blogger
How To Improve Content Keywords Significance Easy Tricks To Blog
How To Make Backlinks To Other Website To Increas Page Rank
How I Can Write 100% Original Content For Blogger
How I Can Optimize the Post Title Mean My Post Show First
Manage Permalinks Which Is Search Engine Friendly
Submitt Sitemap To Google And Major Search Engines

Senin, 10 Juni 2013

Create | Make Blogger Background Image On Photoshop And Change With Desire Photo

In this tutorial i will show you how to create Image In Photoshop and how to Add or Replace your desire image in blogger background just simple steps and trick. Now this tutorial also teach you how to use Photoshop Features. I have write many post about Blogger and Blogging tips and tricks but now i want discuss a small and best tutorial using Photoshop because it also play and important role in field of blogging. Like if you want to add image in blog post and you want to also add any name or text on this photo/image you want to put on blog post then you can easily add this also like i write my blog name on mostly pictures and when someone view or see this picture they also see our blog name which  is very effective and these people also visit your blog to get proper information about this picture or post.


How To Make Blogger Header Image In Photoshop

How To Make Image/Photo/Picture In Photoshop For Blogger Background:


If you want to add your desire customize picture in blogger background then follow the below tutorial to make image and then add this on your blog.
Create | Make Blogger Background Image On Photoshop And Change With Desire Photo
Create | Make Blogger Background Image On Photoshop And Change With Desire Photo 1

Click on Photoshop Install Software on your computer desktop screen.
Run your Photoshop.
Now go to File.
Go to New.
Click on it.
Like above image which totally reduce your effect just follow the picture.
Now according to below picture.
Customize the Page of Image.

Picture 1 For Customization:


Give the Name in Step 1.
Select Width or Height in Step 2. 
Select Resolution in Step 3.
Select Mode Of Color means RGB, Greyscale, CMYK Color, Or Lab Color.
Now Click OK.
You See the White page after this customization.


Picture 2 For Customization For Patten:


Click on Paint Brush. Like pointed in Step 1.
Go with Step 2 to Select the Patten of the color or background.
Now you have done you also customize simply by adding or cutting picture or other picture to pick the best and beautiful template.

If you want just your blog names appear in the background of blogger template then you also do this. For this Go with Picture 3. 


Create | Make Blogger Background Image On Photoshop And Change With Desire Photo 2
Create | Make Blogger Background Image On Photoshop And Change With Desire Photo 2


Here Is the Small Tutorial which show you how just write text on Blank White Page or Any image which you put on Photoshop.

Just do same as adding blank white page. Where you customize the page with step1 to step 4.
When you add page then put your desire color using Brush Tool and then write 3D Color Effect Text on blank white, color or any picture.

When you make white page on your Photoshop or select any picture then use below tutorial for writing 3D Effect Text on picture.

Click On Text Writing Tool which is represent by bold T.
Write your blog name or any text which you want to appear behind your template.
Now using image or tutorial both to do easily.

Create | Make Blogger Background Image On Photoshop And Change With Desire Photo 3
Create | Make Blogger Background Image On Photoshop And Change With Desire Photo 3

Go to Above Tab Like File, Edit, Image, Layers, Select, Filter, View, Windows, Help.
Click on Windows Tab.
Go to Show Layers.
After Click you see the Layer Effect page on right bottom sidebar.
Right click on image and create Duplicate Layer.
Remove Background Layer.
Now again Right Click on Duplicate Layer.
Go to Blending Option.
Now you can see the same thing which you are seeing in the above picture.
Tick same as mine.
Select the Shadow.
Click Ok. Now you have done.
Save your image.

Now You can Replace Old Style Templates in Blogger in new one
5 Ways How to Make your Blogger Blog Like WordPress Website

Add Customize Image In Blogger Background Template:


Go to Blogger.com.
Go to Template.
Click on Customise Orange Button.
Go to Background.
Go to Remove Image and click on the image.
Click Upload Image.
Now by using this option add picture from your computer where you save your customize picture.
Click on Apply To Blog Orange Button right top side.
Click to View Blog.
Now you have done correctly.

If you have face any problem about this tutorial then feel free and give me your comment for make more easy or best.

Related Articles:


Add | Put | Embed Three Or Four Column Footer Widget/Gadget In Blogger Blogspot
Add Facebook Like Box Widget/Gadget On Blogger By Facebook Developer Plugin
Add | Make About Us Page Widget | Gadget On Your Blog Footer Or Sidebar
Add | Put 50 Flag Translator Widget | Gadget On Your Blogger Blogspot
Add | Put Three Tab Gadget/Widget In Blog Layout Sidebar On Blogspot 
Add | Put Best Style Subscribe Box Widget/Gadget For Blogger Sidebar
Tricks To Add Simply/Easily/ PayPal Donate Button To Blogger
Add A Simple Drop Down Menu To Blogger Blog 

Selasa, 04 Juni 2013

Customise Blogger Default Template To Make Professional Template

This tutorial tell you how to Customize Blogger Default Template in Professional Template to make good looking blog and easy to upload the other third party template in your blog. Blogger Blogspot is one of the biggest platform for bloggers to keep blogging and write good stuff on our blog. If you have choose the blogspot for publish your Quality Stuff/Quality Content then i like your choice for choosing this platform. I really appreciate those people who make blog on blogspot or choose Custom Domain after blogspot. I have write many post to make your blog Good Looking to attract more visitors on blog or also write post to make your blog User-Friendly. I give you some tips to make blog better for Search Engine or User-Friendly.

First i start my post with customization of blogger template to changes in professional template then i give you some tips and techniques to make it Search Engine Friendly or User-Friendly.

Customization Of Blogger Blogspot Default Template Into Professional Template:


Before customization you should select the best and more beautiful template which blogger platform provide us by signing up in Blogger.com. If you select the third party template for your blog then you can not customize your blog with your choice that's why always use the blogger default template it has lot of benefits like if you want to run Google Adsense Account on your blog means you want to show Google Ads on your blog then first you apply for it and after approval you put ads on blog and if you can not use User-Friendly Template for blogger or not make your blog Search Engine Friendly then you never get Adsense account because Google Adsense like those template which is user friendly or search engine friendly.

Customise Blogger Default Template To Make Professional Template 1
Customise Blogger Default Template To Make Professional Template

Start Customization In Blogger.com:


First Make blog on blogger blogspot if you not already make then click below link to make blog on blogspot with simple steps start to end. Now when you make blogspot then ready to customization of your blog.

Make Your Own Free Blog At Blogger.Com

Go to Blogger.com.
Go to Template.
Click the Orange Button with Customise link.
Here you can see these below five heading for customization of your blog.

  1. Templates
  2. Background
  3. Adjust widths
  4. Layout
  5. Advanced 

 

Customization With Template In Blogger Blogspot: 


First choose your desire Template for blogger by just one click. But my suggestion is always choose these two template for blogger first Simple or second is Awesome Inc.

Simple Template Option:


In Simple Template Option there are many option for customization and you also select to many design by click on Simple and many template appear in simple template option. You should choose any one of them.

Awesome Inc Template Option:


By selecting Awesome Inc Template you also choose any one of design for your blog in this template option your blog background is transparent and it also user friendly but not like Simple template. Simple Template is best option in my view. I discuss these template having big reason if you want to join Adsense or want a title of Adsense Publisher because when you apply for Adsense and submit your application Adsense Engineer first look Blogger Template does it is User-Friendly or not.


Customization With Background In Blogger Blogspot:


For customization in Background of template is so simple. You can just Add or Remove background image by choosing this option and also select the main background theme color. This option is not very important you can choose your desire image for background.


Customization With Adjust Widths In Blogger Blogspot:


This option is very important in blogger customization template because if you can not fit your blog in your browser page then it is not looks good looking blog and visitors of your blog can not understand your blog template and may be they left your blog immediately/quickly. If you want to customize it then first you customize the fourth option Layout and then we adjust our blog width.

Customization With Layout In Blogger Blogspot:


Layout is one of the best option in blogger we can easily add Page Layout or Page Element with our choice. I have also select the third option of layout for my blog. For understand it view below headings.

Third Layout Option:


One Header.
One Post Body Page.
Two Right Sidebar.
Two Footer Layout.

But i customize my blog later by adding new Three Column Footer for better results or add more gadget to make my blog beautiful or user friendly.

Start Layout Tutorial:


Click on Layout link and select which Page Layout want to add on your blog template to make your blog user friendly my suggestion is choose simple layout like Header, Post Body or just one right or left side bar for adding gadget and just two or three footer layout. Now go in 3rd Option Width and adjust your width according to your new Page Layout option. Make your blog width which is fit on your browser and check your blog in all browsers means in Firefox, Google Chrome, Internet Explorer or Opera.

Customization With Advanced In Blogger Blogspot:


In Advanced option you can see to many option for make your blog user friendly or good customization of your blog. Like below you can see these main headings in advance option.

  1. Page Text.
  2. Backgrounds.
  3. Links.
  4. Blog Title.
  5. Blog Description.
  6. Tabs Text.
  7. Tabs Background.
  8. Post Title.
  9. Date Header. 
  10. Post Footer.
  11. Gadgets.
  12. Images.
  13. Accents.
  14. Mobile Button Color.
  15. Add CSS. 

These are the fifteen option in Advanced Setting. We can easily make our blog which one we find.

Page Text:

 

First Option in advanced is Page Text by using this option we can customize the Page Text Font or also the Color or text. We make text also in Bold option and select the size of our blog post text.

Backgrounds:


We easily customize or select the Outer Background Color, Main Background Color and Header Background Color by using this option. Outer Background Color means the border line of text page. Main Background color option means text background or blog post background color. Header Background color means your Blog Title Background color which one of you select.


Links:


Links option is use for any type of link you make on your blog like your Blog Archive, Tags, Labels, RSS feed  or any one of them. Link color is use to select the color of text link, Visited color is the option which tell blog reader this links or this post is already read by him means if you visited a blog or you click one post link and then you visit this blog again the this option tells you it is already read you. Hover Color means if some one drag his mouse one post or any link then it will highlighted by your selected color.

Blog Title:


Blog Title color is easily change by just using this option. If you want to change the blog title font then go to Font and select your desire font. After that go to Title Color and change color of your blog title with your desire color and also select the size of color upto 80px.

How Manage Blogger Title Tags to Improve SEO

Blog Description:


In Blog Description option you can easily change the color of your  blog description.

How To Added Meta Tag In Your Blogger For Better Optimization

Tabs Text:


Tabs Text is the option if you want to change the color of tab text then use this option and change the tab text color with your desire color option.You can also select the desire font of the tabs.

Add Manually CSS Jqeury Drop Down Menu On Blogger

Tabs Background:


Tabs Background option is for change the color of tab background.

Post Title:

 

By using Post Title option you can easily Text, Size or effect of the font for post title.

How I Can Optimize the Post Title Mean My Post Show First


Date Header:


By using Date Header Option you can change the color of Date Text or Date Background.

How To Set | Change Desire Blog Post Date And Time In Blogger

Post Footer:


By using Post Footer option you can highlight the footer of your every blog post and also highlight the labels or link to this post. See in below picture/image.

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

             
Customise Blogger Default Template To Make Professional Template 2
Customise Blogger Default Template To Make Professional Template 2
You can make changes in post footer by changing Text Color, Background Color and Shadow Color.

Text Color:
Text Color means link, labels, or date and time color which you can setup with your own choice easily.

Background Color:
Here you can easily change the background color just selecting your desire color like my post footer color is grey you can adjust with your own color.

Shadow Color:
It is same as border color which give the effect of shadow. It is normally black in color and give the good effect of shadow.


Gadgets:


In the Gadgets option you can changes the fonts and the size of Heading or Title of gadgets. Also you can changes the alternate color of the gadgets title.

Gadget For Blogger To Make Perfect Blog

Images:


In the Images option you set easily the Border Color/Border Lines of images which is in your blog post and also you give the color of Caption Text Color with you desire color easily. Like i give Caption Text Color in my blog post images black.

How I Remove Or Change Blogger Post Image Border In Blogspot

Accents:


In Accents option you can give the Separate Line Color and also give the desire color of Tabs Borders.

Mobile Button Color:


Mobile Button Color is new option in blogger template customization here you select the color of button for mobile device.

Add CSS:


Add CSS option is now not use in add css option it is already done in Blogger Template by going Template > Edit HTML > Here we can easily add our CSS coding. If you also use then this is so simple.

Now Click on Orange Button locate on top right side corner Apply To Blog.
Save Blog and view your Customize Blog.


Related Articles:


Best Blogger Tips And Tricks For My Blog SEO Instantly
Quantity | More | Best Tricks To Use Custom Robots Tags Selection Blogger
How I Can Use Crawlers And Indexing Tool In Blogger
How I Can Make One Most Important Tip For SEO In My Blog
How to Remove 404 Errors in Blogger Blogspot
How Can I Make Earning With My Blogger Blogspot
How to Verify My Blogger Blogspot in Webmaster Tools
You Put Chitika Ads to Blogger Blogspot with Simple Steps