Blogging Tips Add Page Element To Blogger Header - Blogging Tips and tutorials

Blogger Add Page Element To Header

You would have seen undet Layout>>Page Elements that there are options to Add Page Elements to blogger Sidebar and Footer but no option to Add Page Element to Header.So here in this tutorial I am going to tell you that how you can Add A Page Element to Header.

So lets Start :

Open Blogger.com and go to Layout and then go to Edit HTML.Press Ctrl+F and search for the following lines


<div id='header-wrapper'>
<br /><b:section class='header' id='header' maxwidgets='1' showaddelement='no'></a>


Change maxwidgets='1' and showaddelement='no' to maxwidgets='4' and showaddelement='yes

So the final code will be :
 




<div id='header-wrapper'>
<br /><b:section class='header' id='header' maxwidgets='4' showaddelement='yes'></a>



After doing these now search for this code : 

<div id='main-wrapper'>
<br /><b:section class='main' id='main' showaddelement='no'></a>





change showaddelement='no' to showaddelement='yes' and the final code will be ; 


<div id='main-wrapper'>
<br /><b:section class='main' id='main' showaddelement='yes'></a>





Add Page Element To Blogger Header

Click on SAVE and now see Layout and you will see ADD A Page Element to Header .

 

 

Comments