<div id='navigation'>
<ul>
<li><a class='homepage' href='/'>home</a></li>
<li><a href='#'>about</a></li>
<li><a href='#'>contact</a></li>
</ul>
</div>
the first one is already done and points to your blogs homepage replace the # with the URL here's an example
<div id='navigation'>
<ul>
<li><a class='homepage' href='/'>home</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/about.html'>about</a></li>
<li><a href='http://myblog.blogspot.com/2009/03/contact.html'>contact</a></li>
</ul>
</div>
if you wish to leave a comment on this template click here
No response to “How to configure the navigation links”
Leave a reply
Note: only a member of this blog may post a comment.