News

Let's say that you wanted to change the NEWS  link to SERVICES instead.

You would have to make changes in the navigation code on each page.

Change this line on each page:
<li><a href="products.htm" title="css menus">Products</a></li>


So that it becomes this:
<li><a href="services.htm" title="css menus">Services</a></li>

And change the name of the news.htm file to services.htm