How To Add Element Widget Layout/Design on Blogspot/Blogger

How to add widgets on the header element
Select Design >> Edit HTML >> click Expand Widget Templates
Find code:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Change become:
<b:section class='header' id='header' maxwidgets='4' showaddelement='yes'>
How to add a widget under the header element
Select Design >> Edit HTML >> Click Expand Widget Templates
Find code:
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
Change become:
<b:section class='crosscol' id='crosscol' showaddelement='yes'/>
How to add a widget element on top posts
Select Design >> Edit HTML >> Click Expand Widget Templates
Find code:
<b:section class='main' id='main' showaddelement='no'>
Change become:
<b:section class='main' id='main' showaddelement='yes'>
How to Make a Widget "Without Title"
On the stuffing title box typing/fill with the code:
<h2></h2>

Download article on Ms.Word

How to add widgets on the header element
Select Design >> Edit HTML >> click Expand Widget Templates
Find code:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Change become:
<b:section class='header' id='header' maxwidgets='4' showaddelement='yes'>
How to add a widget under the header element
Select Design >> Edit HTML >> Click Expand Widget Templates
Find code:
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
Change become:
<b:section class='crosscol' id='crosscol' showaddelement='yes'/>
How to add a widget element on top posts
Select Design >> Edit HTML >> Click Expand Widget Templates
Find code:
<b:section class='main' id='main' showaddelement='no'>
Change become:
<b:section class='main' id='main' showaddelement='yes'>
How to Make a Widget "Without Title"
On the stuffing title box typing/fill with the code:
<h2></h2>
Download article on Ms.Word
