After Uploading Blogger Templates
Upload your template form blogger's dashboard > Design > Edit HTML tab and check "Expand Widget Templates". All you have to do is edit the links. So find for:
Now for the navigation bar, find:
http://www.facebook.com/Blogger.TutorialsAnd replace these with your Facebook and Twitter IDs.
http://twitter.com/blogger_raju
http://www.youtube.com/
Now for the navigation bar, find:
<ul>You will find that it's a list of links formated in "ul" and "li". All you have to do is change and add your links as shown in the example below:
<li><a href='/'>Home</a></li>
<li><a href='#'>Products</a></li>
<li><a href='/p/about.html'>About</a></li>
<li><a href='/p/contact-me.html'>Contact Me</a></li>
<li><a href='#'>Edit</a></li>
<li><a href='#'>Edit 2</a></li>
</ul>
<ul>You can also add more links to this navigation bar in the above format.
<li><a href='Add your link'>Give the title for the link(Anchor text)</a></li>
<li><a href='And it continues'>with links and giving it a title(Anchor text)</a></li>
<li><a href='http://www.example.com/'>Example(Anchor text)</a></li>
</ul>