Does anyone know how I would go about linking one pic to two different places? I have a pic of a few buildings and I want to be able to click on the building in the picture and have it take me to the buildings website.
I may not be correct but i think that is a bit more complicated that simple HTML , i think what you would have to do is have the image in photoshop and then splice it using the splice tool, but for each building you want to click on have it as a splice, and then save for web and devices as html and then work around it, You should then see a splice under dreamweaver and you should be able to add links on to it
You can do it with only HTML/CSS by using an image map. It's the same concept as how facebook allows you to tag people in a photo. A good tutorials can be found here: http://www.cssplay.co.uk/articles/imagemap/index.html Note that he has it display a description of each Beatle as you hover over them but you can ignore that part of the tutorial. The actual hover effects are created using <a> which means you can have it link to whatever you want.
I was thinking image map too but you might want to make it clear that there are two separate links on the image if possible.