Let me start by saying that this is going to be a long post, so bare with me if you really really want to have pages on your blogspot.
This "How To" guide have been divided into a seven stages for easy implementation. I would strongly advise that you complete each stage at a time before moving to the next. Now that you are ready, let's get started!
Stage 1 : Adding A Page Element to Your HeaderLuckily for Stage 1, I've written the "How To" guide some time ago. Follow the instructions provided by this guide and move on to Stage 2. Here's the link to the guide:
How To Add A Page Element To Your Blogspot HeaderStage 2 : Creating button for your Pages1. You have 3 options here, Option 1 is to design the buttons yourself. Designing your own buttons allows you can customize the button's size, shape,color, etc to suit your blogspot.
2. Option 2, search Google for sites offering FREE ready made Buttons. Download the button pack that fit your blog most.
3. Option 3, design your own buttons using sites that offer free button customization.
4. I've picked Option 3 for my buttons. Personally, I would recommend that you use
Cooltext.com to design your buttons. The site is FREE and offers users various button customization options. For this How To guide, I've created two buttons using Cooltext as shown below:




6. Regardless of Option 1, 2 or 3, make sure that all button images designed or created by you have been saved to your computer.
Stage 3 : Hosting Your Button1. In order to display your buttons on your blog, you must first get those buttons hosted first.
2. Look for reliable image hosting services such as
Imageshack.com, Imagehosting.com or
Photobucket.com to host your buttons.
3. Each hosted button will be provided a url. Make sure you save those url's on a notepad first.
4. I'm using Imageshack to host 2 buttons. Shown below is the url for each button hosted on Imageshack:
http://img504.imageshack.us/img504/8201/button1vp2.pnghttp://img135.imageshack.us/img135/696/aboutmeue3.pngStage 4 : Creating Pages for Each Button1. You've created and hosted your buttons via Stage 2 and Stage 3. Having those buttons on your blog means nothing if you have no contents to link the buttons to right?
2. Start by creating a new post for each button you've made.
3. Say for example you are planning to add an About Me page for your blog. Create a new post with contents about yourself.
4. The thing about Blogger is that for every new post, it will be displayed as your latest post. If you do not want your post to appear at the front of your blog, you've got to trick Blogger by tweaking the date of the post.
5. Before publishing a new post you've created for your button, change the date and time by clicking the Post Options link as show in the picture below:


6. Change the post date to a date in the past. Once you're done, publish your post and you'll find that post will not appear as your latest post in your blog.
7. Repeat Steps 1 to 6 for each and every page you are planning to add to your blog.
Stage 5 : Setting up the button and linking page to each button1. Remember that in Stage 1, you've created a page element for your Header? Now you are required to add a new
HTML/Javascript Element to your header.
2. Add the following codes to your HTML/Javascript Element:
<a href="http://bloggerfocus.com/2008/03/resources-page.html" target="_blank"> <img src="http://img504.imageshack.us/img504/8201/button1vp2.png"/> </a>
3. The codes above are written for 1 page. If you like to add 2 pages to your blog, just copy and paste the code at the bottom of the initial code as shown below:
<a href="http://bloggerfocus.com/2008/03/resources-page.html" target="_blank"> <img src="http://img504.imageshack.us/img504/8201/button1vp2.png"/> </a>
<a href="http://bloggerfocus.com" target="_blank">
<img src="http://img135.imageshack.us/img135/696/aboutmeue3.png"/> </a>
4. If you use the above codes in its entirety, you'll end up having buttons and links that I've created. Therefore you've got to change the url for
img src and
a href.
5. Replace the url for
a href with the url of the post you've created in Stage 4. Proceed by replacing the url for
img src with the relevant button url you've saved in Stage 3.
6. Repeat for each button and page you plan to add to your blog.
7. Save the page element and preview your blog.
Stage 6 : Minor tweaks and adjustment1. I've dragged the HTML/Javascript element from my header section to the post section as shown in the picture below:



2. Since the template I'm using does not have a white background for its header, I've decided to place the new page element at the top of my post section.
3. Make the necessary adjustment for the location of the buttons by dragging the element around.
Stage 7 : Completion1. There you have it, a simple guide (I hope!) on how to Add Pages to your Blogspot.
2. If you like to see the pages and buttons I've created, check out my test site using the link below:
Bloggefocus Test SiteI hope you've enjoyed this simple guide by Bloggerfocus Dot Com. Feel free to email me at sksee82@yahoo.com for any inquiries.
Cheers and Happy Blogging!
to Bloggerfocus.com for more upcoming guides.