example of navbar in sidebar |
1. Login to your Blogger.com account and go to Design >> Edit HTML.
2. Remove all CSS etc. relating to NavBar (if you have used).
3. Press Ctrl + F to find the following code
<body>and just before it, insert <!--<body>--> so it looks like
.....see figure
<!--<body>-->
<body>
.....
Don't Save The Template
4. Now search for Posts Gadget code similar to following code (make sure that Expand widget templates check box is unchecked).
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>5. Just below the above code, paste the following code
like in the figure.
<b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar'/>
6. Its ready, Now Save your template.
7. Go to Design >> Page elements to move your navbar where you want.
2 comments:
This comment has been removed by the author.
I have this code in my html but want to get my Blogger navbar back to the top like it used to be .... can you tell me how to do that?
Post a Comment