PDA

View Full Version : Need help creating image map w/ links in my Banner


net1994
Apr-24-2007, 10:07 AM
If you look at my homepage www.paintbypixels.com you will see at the top is my banner, and the words about, galleries, inspiration, etc. I included these so to create links to their respective pages. I have created the separate pages and would no like to link them to the spots in the banner.

I used a trial program called Coffecup Image mapper. I created image maps for each url. I tried inserting the code into the HTML field in my customizations, but not really working

Here is the full code:

<html>
<head>
<title>CoffeeCup Image Mapper map file</title>
****** name="generator" content="CoffeeCup Image Mapper">
</head>
<body>

<!-- Created by CoffeeCup Image Mapper (www.coffeecup.com) -->

<!-- Beginning of Client Side Image Map -->
<img src="cropped-orig.jpg" USEMAP="#cropped-orig" BORDER=0>
<map name="cropped-orig">
<area shape="rect" coords="448,161,681,196" href="http://www.paintbypixels.com/gallery/2747415" alt="" OnMouseOver="window.status='behind the lens'; return true" OnMouseOut="window.status=''; return true">
<area shape="rect" coords="448,196,681,223" href="http://www.paintbypixels.com/gallery/2747416" alt="">
<area shape="rect" coords="448,223,681,251" href="http://www.paintbypixels.com/gallery/2747426" alt="">
<area shape="rect" coords="448,251,681,277" href="http://www.paintbypixels.com/galleries" alt="">
<area shape="rect" coords="448,277,681,304" href="http://www.paintbypixels.com/gallery/2747436" alt="">
<area shape="rect" coords="0,75,213,179" href="http://www.paintbypixels.com" alt="">
</map>
<!-- End of Client Side Image Map -->
</body>
</html>

When giving the destination URL, do I use my domain name, or my smugmug user name?

If anyone could help me integrate the above into something smugmug can read let me know!!

richW
Apr-24-2007, 12:18 PM
In your header look for this line:
<img src="file: http://net1994.smugmug.com/photos/144418422-O.jpg

It should look like this:
<img src="http://net1994.smugmug.com/photos/144418422-O.jpg

edit: Free online image mapper can be found here http://www.pcoward.com/imagemapper/.
I'm sure there are many others, it's free and simple.....