How to hide navbar on blog

Monday, February 7, 2011 · 0 comments

hide navbar

Step  - 1

Login in blogger, go to design menu

Step - 2

Go to edit html and search navbar.

Step -3

 put code

#navbar-iframe {
display:none!important;


OR

put code

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

After this navbar will hide on your blog.

How to redirect your blog/site

Thursday, February 3, 2011 · 0 comments

how to redirect your blog

  • first go to your blogger account then go design menu.
  • after entering design menu go for edit html.
  • In edit html place a meta tag showing below, this is called redirect meta tag.

<meta http-equiv='REFRESH' content='0;url=http://www.the-domain-you-want-to-redirect-to.com'/>


in this meta tag you place the url address on which you want to redirect your blog.




how to redirect your site


Similar blog go for edit html for your site place meta tag( redirect meta tag showing upper).
   

About this blog

All information regarding SEO tools, tips and techniques which are necessary for performing various SEO operations on a specific website.