View Full Version : Hotspots, a href and images


alyshadominico
06-15-2006, 04:32 AM
Hello,

I'm trying to build a site that has hotspots on an image, linking to another part of the page when you click on it.

I can't seem to get NVU, or straight HTML, that will recognize the image as an active image when it is in a browser. Help!

ps. I've been using Fireworks.

Thanks!

onigiri
06-15-2006, 04:48 AM
You can map your images (hotspots are image maps; it's just that hotspots are a FrontPage term) with a graphics program or an online resource like this (http://www.pcoward.com/imagemapper/).

To link to different parts of a page, put <a name="name"></a> tags around the part you want to link to. Then with each <area> tag of the image map, add href="#name" to it, like this: <area href="#name"> (replace bold words with whatever you want.)