Wednesday, September 10, 2008

How to modify navigation bar

If you look below the header in the page elements section you will see a HTML/javascript widget is already in place but it is empty.
Add the following code to it

<div id='newnavbar'>
<ul>
<li><a href="URL of Home page">Home</a></li>
<li><a href="URL of Music page">Music</a></li>
<li><a href="URL of Books page">Books</a></li>
<li><a href="URL of Links page">Hot Links</a></li>
<li><a href="URL of Profile page">About Me</a></li>
<li><a href="mailto:EMAIL ADDRESS">Contact</a></li>
</ul></div>

No comments:

Post a Comment

Template designed by Jigsawman.