Sunday, June 30, 2013

How to Center Your Post Title in Blogger

No comments
In this lesson, we will learn center your post title in blogger blog and it is a very easy way, it is code is placed in the CSS in template designer.

How to Center Your Post Title in Blogger 

1. Go to "Blogger Dashboard" > "Template" "Customize"

2. Go to "Advanced", then click on "Add CSS"
3. Copy and paste this code .post-title {  text-align: center;  } into the "Add CSS" window.
4. Click on "Apply to Blog" and you're done!!


I hope this is will be helpful !!!
read more

Friday, June 28, 2013

How to Change Default Avatar in Blogger Comments

2 comments
In this tutorial we will learn how to change or customize the avatar anonymous commentators, This enables us to add an image in blog comments instead the name of unknown without a picture.

How to Change Default Avatar in Blogger Comments
1. Go to Blogger Dashboard > Template
2. Download a copy of your template
3. Now click on Edit HTML
4. Use Ctrl + F to find </body> and paste the following code above/before it.
 <script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$(&quot;img[src=&#39;http://img1.blogblog.com/img/anon36.png&#39;]&quot;)
.attr(&#39;src&#39;, &#39;http://1.bp.blogspot.com/-Zphr2YJH_6w/T6ZZE4YeNBI/AAAAAAAACF0/Tyuj8hkOpdc/s1600/default_avatar.gif&#39;)
.ssyby(&#39;blank&#39;)
</script>
<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$(&quot;img[src=&#39;http://img2.blogblog.com/img/b36-rounded.png&#39;]&quot;)
.attr(&#39;src&#39;, &#39;http://1.bp.blogspot.com/-eKbzORzVaBQ/T6ZXHmdgHqI/AAAAAAAACFs/rVy3T4gxojM/s1600/blogger-user.png&#39;)
.ssyby(&#39;blank&#39;)
</script>
5. Save template.
Note:
For Anonymous users: Replace the code in green with the url address of your image.
For Blogger users: Replace the URL in blue with your own.
You can choose one from these below (copy the url address):


1- http://4.bp.blogspot.com/-i-AATMTeTn8/Uc5IqkzZjUI/AAAAAAAAA1c/6H76qiQqQdg/s256/blogger-icon.png





5- http://2.bp.blogspot.com/-iaoORPkj7w8/Uc5INVDje0I/AAAAAAAAA1E/Whv5c_1fyrM/s138/facebook.gif

I hope you enjoy and happy blogging. ;)
read more

Friday, June 7, 2013

Grounds for refusal of Google Adsense to your request

No comments
Complain that many of the publishers of the service Google Adsense with reason non-acceptance of their demands and not to respond , and for this i put this post to alert you and explain the reasons for not accepting applications or even respond it, and this headnotes of the problems you are experiencing and facing  Adsense workers and an obstacle also to activate your account.

First: your address wrong and unformatted, for this to get away from title errors take your electricity bill and write what you find the address on the registration card with considerateness the sequence regions because it is important to receive payments and the security code PIN.
Second: the large number of requests and congestion, for this the response to your message will be difficult on the part of Google experts.

Third: you have enabled account with the same name of the payee and for this beware Google will closing your account because it scams.
Fourth: your site is not active and is not eligible for this service ,and for this you must before ordering put some posts on your blog/websites and revitalized as much as possible.
Fifth: your site has a Google Adsense by hosting and contains a lot of ads similar to Adsense.
Sixth: your site contains an abuse such as ( Adult content , Copyrighted material , Hacking and cracking content...etc. ) For more information about this , please read Prohibited content.
Seventh: and is a low probability, errors in the registry and registration is incorrect.

Please read AdSense program policies.

Good luck!!
read more

Thursday, June 6, 2013

Top 20 Best Free Blogger Templates

No comments
In a previous blog post touched on Top 10 Best Blogger Templates Sites 
and Today, I would choose you top 20 best free blogger templates for free download . You can give your blog that professional look by installing best free blogger templates and gain the confidence of visitors to your blog.
Top 20 Best Free Blogger Templates   

1. Sporty Magazine 2 Blogger Template


Live Demo         Download 

2. Template-dir Blogger Template



Live Demo         Download 

3. Johny Sompret Banget Blogger Template


Live Demo         Download 

4. Sensational Blogger Template



Live Demo         Download 

5. Lugas Blogger Template


Live Demo         Download 

6. Galauness Blogger Template

Live Demo         Download 

7. Johny Coba Dulu Blogger Template


Live Demo         Download 

8. 
Metro Blogger Template


Live Demo         Download 

9. Johny Simple Magazine 2  Blogger Template


Live Demo         Download 

10. Galleryzed BloggerTemplate


Live Demo         Download 

11. Responsive Templates

Live Demo         Download 

12. Blogsilve Blogger Template


Live Demo         Download 

13. Brown Gallery Press Blogger Template

Live Demo         Download 

14. Expand List Free Premium Blogger Template

Live Demo         Download 


15. Pinfinity (Pinterest Like) Blogger Template
Live Demo         Download 

16. Bresopnsive Blogger Template

Live Demo         Download 

17. Blogism Elegant Blogger Template
Live Demo         Download 

18. Grizzled 
Blogger Template



Live Demo         Download 

19. Facebook Blogger Template



Live Demo         Download 

20. 
Max Mag Blogger template


Live Demo         Download 

Uh, I'm really tired. XD
In the end I hope you enjoy and happy blogging. ;)
read more

Saturday, June 1, 2013

How to Create Scroll On Blog Archive

No comments
Maybe my friend feel uncomfortable with the blog archives too long so it takes a lot of space on the sidebar of the blog and also felt that the display seem less neat ... Well on this occasion, I would like to explain how to spruce up the Blog Archive by making a scroll so that it takes up less space and seem neater .. OK, just follow these simple steps:

1. Go to Blogger Dashboard > Template
2. Download a copy of your template
3. Now click on Edit HTML
4. Use Ctrl + F to find ]]></b:skin> and paste the following code above/before it.
#BlogArchive1 .widget-content{height:200px; width:auto;overflow:auto;}
Note: Edit the "height:200px" parameter to fit your personal needs.
 5. Click on Save the template.
Enjoy and happy blogging!
read more