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:
http://www.facebook.com/Blogger.Tutorials
http://twitter.com/blogger_raju
http://www.youtube.com/
And replace these with your Facebook and Twitter IDs.

Now for the navigation bar, find:
<ul>
<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>
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:
<ul>
<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>
You can also add more links to this navigation bar in the above format.

Popular posts from this blog

How to Resize Blogger Header to Logo Size

Create your own Contact Form with Kontactr for Blogger

Add Google Website Translator to Blogger