
Light Navbar Images
Adding these to your website is very simple if you already have a navbar, and if you don't, then simply copy the code from Pixabella05. If you don't know much about HTML and CSS, make sure you also read creating a simple HTML webpage that I wrote for beginners. This is the exact HTML code needed. Read my tutorial on how to use these images.
<div id="navigation">
<div id="navbar_link">
<ul>
<li class="currentpage"><a href='#'>Home</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">My Flickr</a></li>
<li><a href="#">Contact Me</a></li>
</ul>
</div>
</div>







