If you notice on my pages I have eliminated the side bars on several of my pages. This was extremely easy, I promise (Jude easy!). In Blogger go into Posting –>Edit Page –> Edit HTML –> Place the following code in the box:
<b:if cond=”data:blog.pageType == "static_page"”>
<style>
.blog-pager, .footer, .post-footer, .feed-links, .sidebar { display:none !important;}
#main-wrapper {width: 95%; float:none; margin: 0 auto !important;}
</style>
</b:if>
You can then go back to Compose and finish your page. Publish Page and you have a page with no side bars.
Now you are well on your way to have a “web page” opposed to a blog
<b:if cond=”data:blog.pageType == "static_page"”>
<style>
.blog-pager, .footer, .post-footer, .feed-links, .sidebar { display:none !important;}
#main-wrapper {width: 95%; float:none; margin: 0 auto !important;}
</style>
</b:if>
You can then go back to Compose and finish your page. Publish Page and you have a page with no side bars.
Now you are well on your way to have a “web page” opposed to a blog

I have nine pages listed horizontally at the bottom of my blog's "main image." There's a horizontal bar extending across the page on the left and right sides of the pages' bar. I want to remove those because they're so annoying. Do I post that code you give at the top of every one of my pages to get rid of the sidebars?Thanks for your help! 🙂
The link for the page you need is here: http://www.ajsartsanddesigns.com/2011/03/updated-again-removing-sidebars-without.htmlWith this code you are altering the actual template – I would not recommend this unless you know HTML. The other code (the link I posted) will give you the HTML Code to add to each page or specific post.If you have any questions please know:)Manda 🙂
Well, I added the 'To Remove Both Columns' code to one page and it removed the left verticle blog column with content and expanded the page. I was actually wanting to remove the horizonzal bars on the left and right of the page list.
This will only remove the Widgets in your sidebars and the sidebars – it does not remove headers or footers. Expanding the blogging area to the full area of the page. Without seeing the actual page and what you would like to remove I am not sure what you are asking.The both code (HTML) is the right and left side code together. I use it all the time, if you missed part of the code it will only show the side where the full code. For example if I copied the full code to remove the right side and not for the left. Only the right side would be removed and the left would still be there.I hope this helps.Manda 🙂
It's cool! I got it now. Your code is actually quite useful for page expansion because it does away with what I call "information claustrophobia" – content smushed into one narrow page like a post. lol Thnaks a lot! 🙂
YAY! I'm glad I was able to help and it worked 😀