remove navigate bar


   Site Map

Friday, February 4, 2011

remove navigate bar

Share
First of all find the first / * Navbar

If you do not find it do not panic because you probably do not have templates / * Navbar

If the HTML code above is not found then find the / * Content
which must be present for HTML code that is no mean your blog will not be there / * Content.

on the / * Content Enter to insert the following html code

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

and add the following HTML code before the / * Content

Your HTML code should look like this

/ * Navbar
----------------------------------------------- * /
# navbar-iframe {
   height: 0px;
   visibility: hidden;
   display: none;
   }
/ * Content
----------------------------------------------- * /


tetepi if you have found the HTML code to convert HTML navbar codenya be like this
/ * Navbar
----------------------------------------------- * /
# navbar-iframe {
   height: 0px;
   visibility: hidden;
   display: none;
   }
/ * Content
----------------------------------------------- * /

Labels: , ,

0 Comments for blog template :

Post a Comment

blog template: remove navigate bar