Whether it Navbar ?? Navbar is an extension of the Navigation Bar. On the blog that still use a standard tempalate there will appear a bar whose position is at the top of the page. (See image below). There are some people who are less satisfied with their appearance Navbar.
First step.
Please search code or key board quickly press your "Ctrol + F" ketikkkan code: <body>
Copy and paste the code below and place it between on the <style> and </ style> in the <head>
Copy and paste the code below and place it between the and <head> and </ head>
Good luck.
Well, for those who want to remove standard blogspot navbar on view blog please follow the steps below. Here are four steps I give up to you to follow the steps which. Immediately, you must first log into your blog, and then enter the draft => HTML.
Please search code or key board quickly press your "Ctrol + F" ketikkkan code: <body>
Among the code, place the code <NOEMBED> and </ NOEMBED>
<NOEMBED> <body> </ NOEMBED>
The second way.
Please search code or key board quickly press your "Ctrol + F" ketikkkan code: <body>
Among the code put the code <noscript> and </ noscript>
<Noscript> <body> </ noscript>
The third way
Please search code or key board quickly press your "Ctrol + F" ketikkkan code: <head>Copy and paste the code below and place it between on the <style> and </ style> in the <head>
# B-navbar {as an example
height: 0px;
visibility: hidden;
display: none
}
<Style type = "text / css">
# B-navbar {
height: 0px;
visibility: hidden;
display: none
}
</ Style>
The fourth way.
<Script type = "text / javascript">
var showHeader = false;
ShowHideNav function ()
{
showHeader =! showHeader;
var nav = document.getElementById ( "navbar-iframe");
if (showHeader)
{
nav.style.visibility = "visible";
nav.style.display = "block";
}
else
{
nav.style.visibility = "hidden";
nav.style.display = "none";
}
}
</ Script>
<Style type = "text / css">
# Navbar-iframe {
visibility: hidden;
display: none;
}
</ Style>
Good luck.


ConversionConversion EmoticonEmoticon