In this tutorial I will show you how to create additional "Add Gadget" space to more than just the sidebar of your blog.

1. .Log in to your dashboard--> layout- -> Edit HTML

2. .Click on "Expand Widget Templates"

3. Search (CTRL + F) :

<b:section class='art-Header' id='header' maxwidgets='1' showaddelement='no'>

4. You can either replace the number '1' with a higher number beside maxwidgets or simply leave out a number but keep the quotation marks to have an unlimited amount of gadgets available.

5. Also, be sure to change the 'no' to 'yes' beside showaddelement.Now, keep scrolling down, and repeat the steps above for all other code that contains a maxwidgets='1' or a showaddelement='no' You should find at least three more places like this, but not all will necessarily have the maxwidgets part.

6. Save the template and see the results in the Page Layout.