You may eat chicken wings wrong way. Watch this
Read more...
]]></b:skin>
.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}
]]></b:skin><!--Page Navigation Starts--> <b:if cond='data:blog.pageType != "item"'> <b:if cond='data:blog.pageType != "static_page"'> <script type='text/javascript'> var pageCount=5; var displayPageNum=5; var upPageWord ='Previous'; var downPageWord ='Next'; </script> <script src='http://blogergadgets.googlecode.com/files/blogger-page-navi.v1.js' type='text/javascript'/> </b:if> </b:if> <!--Page Navigation Ends --> </body>
var pageCount=5;var displayPageNum=5;
var upPageWord ='Previous'; var downPageWord ='Next';
'data:label.url'
'data:label.url + "?&max-results=5"'a.href = '/search/label/'+encodeURIComponent(t);
a.href = '/search/label/'+encodeURIComponent(t)+'?&max-results=5';Blogger has introduced the “Comment Inbox” where you can view all the Comments published on your blog.The Comment Inbox has Sub tabs namely Published , Awaiting Moderation and Spam
Turn Off and Disable NavBar in Blog Published by FTP or SFTP
Remove and Hide NavBar in Blogger Widget Template
]]>
Before the line, add in the following line of code:
#navbar { display: none; }
or:
#navbar-iframe { display: none !important; }
Remove and Hide NavBar in Blogger Classic Template
</style>
Then, add the following line of code before that line:
#navbar-iframe { display: none; }
The Blogger Classic Template uses iframe to load the NavBar, and styles it with ID named navbar-iframe. The name actually also works for new Blogger Widget Template too.
body {
Add in the following like of code after the body tag:
position: relative;
top: -32px;
Tip: To display and show NavBar again, just remove and delete the additional codes that have been added.
Read more...