PDA

View Full Version : Linking a Navigation Bar



Wanderer
21 May 2006, 01:09 PM
Hello, everyone.

I'm wondering how I would go about putting links on a navigation bar that I made in Photoshop. Any help is greatly appreciated!

tyros8000
22 May 2006, 01:09 AM
if the navigation bar is one image you need to use mapping. search google for a tut.

if you are using seperate images, one or each button, all you have to do on your web page is add something like this:

<a href="link.html"><img src="link path" alt=""/></a>