View Full Version : Image Map


squalls_dreams
11-16-2006, 08:00 PM
<MAP NAME="FrontPageMap0">
<AREA SHAPE="RECT" COORDS="30, 11, 113, 33" HREF="http://johnfisher.myknet.org/" TARGET="_blank">
</MAP><img src="images/base.jpg" width="700" height="44" border="0" usemap="#FrontPageMap0">

this is what my image map looks like..but I want to add another image way to the right. How would I do this..I'm a lil stunned out right now..
the image I want is
<a href="http://gardenvillage.firstnation.ca/top01.gif>
to see what my website looks like..its http://gardenvillage.firstnation.ca and scroll to the bottom to see where the image map is.

pb&j
11-17-2006, 04:01 AM
i am confused.
using an image map and adding a new image are two seperate things. it should be straight forward normal.

squalls_dreams
11-17-2006, 12:40 PM
ok well what I meant was..how would I code it so I can have a link way to the right? and if I wanted to do it in a div way..how would I do it like that?

pb&j
11-17-2006, 01:45 PM
each image map coding can only control 1 image, so if you want that one image map code to control an image way to the right, you'd have to combine the two images into one big image. the alternative would be to type in a second image map coding to control your second image (suggested).

placing an image these days is commonly done using a DIV and positioning it into place with CSS. you can still do this even though your layout is in a TABLE design, but it may be a bit better (ultimately) to try to adjust your current table to include your new image. div and css codings and tutorials are found throughout the forum/site/google if you want to go in that direction.

squalls_dreams
11-17-2006, 02:00 PM
alright..well I think I'll add the image to my main image and just add it into the image map to have a link. I just want to make sure I have a button that will let you click and go back to the top instead of scrolling all the way to the top.

I edited my image and added in the top button. you can see my image at http://gardenvillage.firstnation.ca/base2.jpg
now how would I code this image map so a link will appear where the top button is?

iGeek
11-22-2006, 01:30 AM
Have you any idea how image maps work? Or do you expect us to code your website? Really, this has been covered (http://www.lissaexplains.com/fun6.shtml).

squalls_dreams
11-22-2006, 12:40 PM
I read it already before posting in here and I didnt get it so I came here to ask for help. Anyway I figured it out..thanks for the replies:)