HTML
Code for a Navigation Bar
Copy
the code in the box
|
<div id="newnavbar"> <ul>
<li><a href="http://all-about-me.html">All
About Me</a></li> <li><a
href="http://blogroll-html">Blog
Roll</a></li> <li><a
href="http://giveaway-html">Giveaways</a></li><li><a
href="http://contact-me.html">Contact</a></li>
</ul></div>
|
RED- is where you
put the url address that is specific to your blog!
YELLOW
is what you want that link to say!
If
you want more links for your navigation bar add the code in the box below with the
appropriate URL address and place it BEFORE </ul></div>
toward the end of the code.
|
<li><a
href="http://Adding.more.links.html">Adding
Links</a></li>
|