How to remove-disable-hide blogger navbar ?





                                                                                   
                                                                                     Blogger navbar is a browser toolbar like feature for blogger.It allows users to search in blogspot ,follow and share the blog.It also allows to flag or report a blog.By this you can go to random blogs which is of no help to the user.Now you have a idea of what a blogger navbar is.

1.Log on to your blogger account and click the Design button


2.Click on the Edit HTML as shown in the picture 


3.Now  scroll to these lines 


<head>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name:     Minima
Date:     26 Feb 2004
Updated by: Blogger Team
3 column by: http://www.simplebloggertutorials.com/
----------------------------------------------- */

4.Just after this add  codes in red

#navbar {
      height: 0px;
      visibility: hidden;
      display: none;
}

It should look like this

4.First preview it and if its ok then save the changes 


How to put or make a link to a word or sentence?( blogger or blogspot)

                                                               

                                                                For making link like this click in blogger or blogspot or any where in the net.  Putting link to a word or sentence can be done by two ways



By using HTML code    


                                                               This is a simple procedure but many find it confusing..To put a link, you just replace the colored words in the following code with link url and the word to be linked.

<a href="link url " ="_blank">word to link</a>

 and then copy the sentence and paste it any where and the word with link will appear.




By using the link button in the post tool bar


1.Highlight or select the text you would like to link.Or else a link will be created with nothing to click on.

2.Click the "Link Button" in the post tool bar.



In blogger ,link button is like this




3.A pop up window will appear, in that you have to put the url to link with  http://





In blogger pop up window will be like this 






                            If the link doesn't appears or  the link button isn't present on your post tool bar,you can link by the previous method