Friday, 27 May 2011

How to change blogger header size

By this useful article you will teach that how How to change  blogger header size.  Lot of persons and blog owners want to modify font size of blogger title in header, because more templates showing bad look due to small and ugly fonts. I have checked that small tile in the header is not better for blogger SEO tips and tricks. Now I am writing this article to see the requirement of the friends and other blog owners. Blogger header is main and important place for your blog because visitors and readers prefer your blogger header. Now I suggest that keep your blogger header title in large fonts, it is better blogger SEO tips and tricks. I have taken advise from SEO experts that blogger header title is performing key role in your traffic because peoples want to know about your blog as in the header Blog title and description must be shown in bigger fonts for easiness for your visitors and readers. Now I have tested one code is better to solve this problem and also I give you step by step suggestions with simple language for your better understanding see the following instructions. 1. What type of font size will be looking like in your blogger header you should be match with your blogger header, because lot of templates have different headers and different fonts, I have changed the font size in 40px of  The Blogger School blog  because this size is suitable for my blogger header, you should be change according your template design. You can also read and take information about like:  cute blogger header, blogger header design, blogger header image, tutorial blog blogger, header image beside blog title, change blogger header.
2. Now I advice that see the following code in your blogger template first go to www.blogger.com and then open Dashboard, Design, Edit HTML and tick mark on Expand Widget Templates with carefully and search the following code in your blogger template.


#header h1 {
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: $pagetitlefont;
}


3.  In view of the above code now add the font size in the code has given below. I have changed font size of my The blogger School Blog (font-size:40px)
and you can increase and decrease the size also according you choice.

#header h1 {
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: $pagetitlefont;
font-size: 40px;
}


It is done now you judge that I have added the green line in the above block code and now you can change the size of blogger title in your header according your choice really it will be useful for better blogger SEO tips and tricks
 for your blogger blog.

 I hope this useful article will be very profitable for new blog owners and others friends, if you like it please leave your comments.

Tuesday, 17 May 2011

How to make cute blogger header

By this useful article you will teach that how to make cute blogger header. Really this is very great fun and magic. If your free blog blogger header is beautiful your visitors comes time to time because blogger header is important, you have listened the adage that (first impression is last impression). Some blogger headers give ugly look  and you feel that your blogger header is necessary to modify  now you can change it easily. In my long experience in the field of blogging I have checked that beautiful blogger headers to increase blogger traffic accordingly and also better for SEO. If want to read more about blogger headers like:blogger header size
blogger header design, blogger header image, blogger header blog, tutorial blog blogger, header image beside blog title, change blogger header.

You can use some popular software to make your new blog header like CORELDRAW, PHOTOSHOP and GIMP are very useful. One thing is important, you want to change width of your blogger headers no problem this article will make it easy for you. Before doing this see your blogger template HTML and check width of your free blog blogger header if you are not satisfy from it and want to change, make sure that you have reserved backup of your existing template before doing anything. Now in case something goes wrong and you require showing displeasure your current template back in place instead. Now search the following section code in your current blogger template.

<div id='header-wrapper'> <b:section class='header' id='header' maxwidgets='1' showaddelement='no'> <b:widget id='Header1' locked='true' title='Header (Header)' type='Header'/> </b:section> </div>

What changes do you made in above section code the elements highlighted in green colours look at the following with carefully.

1.    Modify maxwidgets='1' to at least 2 in order to be able to put in one more element in the header section.
2.    Adjust showaddelement='no' to showaddelement='yes' to be able to put in a special element to the header section.
3.    Restore locked='true' with locked='false' as a result that you can later on take out the old header.
Currently save your template and go back to the layouts section in free blog blogger dashboard. You will perceive that you can at present insert another element to your blog header. If you only desire to insert your new blog header, and do not want to have this linked to your home page, you can simply do this by preferring to insert a "Picture" element to your free blog blogger and uploading your new header easily.
Now this is very easy if you wish to choose link of your free blog blogger header to your homepage you will do a little work first. Upload your image online free home hosting site, there is lot of sites available but I have found very nice and good image hosting site http://www.freeimagehosting.net . This site will support you to make html code for your free blog blogger header image. If you have succeeded to make the image  URL ,  after that  image will be looking like this:


<img src="http://www.yoursite.com/images/yourimage.jpg"> 

Now important this is that replace the image source with your own image address.  This is the code desirable to show your new blog header. Create this image turn into a link back to your free blog blogger home page. For more guidance look at the following code:


<a href="http://yourblogaddress.blogspot.com"><img src="http://www.yoursite.com/images/yourimage.jpg"></a>

Now save this element and view your free blog blogger.  After that you will see both the original blogger header and your new blogger header. Keep in mind that your new blogger header appears the way you desire it to, and then go back to edit the layout. This time, click on the "header" element of your  original blogger header, and select  "remove page element". Once you perform this, the original header will be totally removed, leaving only your customized blogger header, now enjoy with your customized blogger header.

In view of the above method and also another easy and simple way to make your free blog blogger header attractive for better SEO read following main points and instructions.

There is lot of patterns and images are available online during the search I have found very nice and useful patterns and small images which can go over in the background. They are small in size and create an awesome background.  Find a free pattern of your choice from  this  site http://www.dinpattern.com. If you have any problem of zip file you should unzip with any suitable software and then upload pattern easily.

1. Go to www.blogger.com and then select  Design and  after that  Edit HTML tab. Find the following code in your free blog blogger templates:

#header-wrapper {
   background: #222222;
   width: 840px;
   height: 150px;
   font-size: 11px;
   margin: 0px auto;
   padding: 0px;
   overflow: hidden;
}



2. This is very necessary that you can insert  the background pattern in the above code. Now I advice that modify above code with following code carefully.

#header-wrapper {
   background: #222222;
   width: 840px;
   height: 150px;
   font-size: 11px;
   margin: 0px auto;
   padding: 0px;
   overflow: hidden;
background: url(Paste the address of the pattern here);
}





In view of the above code change  above green lines with following codes green lines the result will be  change with image URL  I have taken for my blogger header.

#header-wrapper {
width:660px;
#header-wrapper {
   background: #222222;
   width: 840px;
   height: 150px;
   font-size: 11px;
   margin: 0px auto;
   padding: 0px;
   overflow: hidden;
background: url(http://media.smashingmagazine.com/cdn
_smash/images/header-contest/full/fireball.jpg);
}

Now look at  the above code the image URL in green colour  will show  your selected image in free blog blogger header. See the result as a sample has give below:




If you like this article please leave your comments.