Chapter 3 - Design your blog like a Website
















In perivous chapter you have learn about how to create page on your blog and with the help of perivous chapter, I think you already make many pages now your blog is almost ready now here in this chapter you have learn HOW TO MAKE YOUR BLOG LOOK LIKE A WEBSITE.................
It is Important to make a blog look like website for more traffic.So..............









1........>>>NAVIGATION BAR


Our first Step is to hide your blog's navigation bar or nav bar which is on the above of your blog...

            MAIN REASON TO REMOVE IT...

  • It looks more professional without it: Depending on what your purpose for blogging is, you may choose to remove the blogger navbar because having one makes a blog look more like a free-hosted blog and less like a professional site worth taking seriously.

  • It gives you more space at the top of your page: This may not seem significant, but not having the navbar there does give you a bit more space for graphics. I have found this space to be quite useful when designing my own blogs.








          HOW TO REMOVE IT...
  • First you have to log in.
  • Then open your
  • From dashboard Click on the button
  • after it click on the
HTML is look like>>>


  • Copy and paste the code provided below (as shown in the image below) and insert it into the template, the code can be inserted anywhere in the template.







                                      #navbar {


                                      height: 0px;

                                      visibility: hidden;

                                      display: none;

                                      }

THERE IS ANOTHER METHOD TO REMOVE NAV BAR, WANT TO KNOW SEE THE VIDEO...














2. Change as you want :- You can Change your Blog as you want By Going your account's
Dasboard----Then Click on the "Layout"-----------Then Click on the "Edit HTML"

And In HTML you can make your Changes Quickly!!!