Log In · Register

 
Image map co ordinates, Help please.
wordstoasong
post May 4 2008, 04:01 PM
Post #1


Senior Member
***

Group: Member
Posts: 30
Joined: Jan 2008
Member No: 612,365



http://tammys-tackshop.webs.com/

So someone suggested a image map for me to use.
I just can't figure out my co ordinates for this.

I'm using this basic code: Click.

So how do I figure out my co ordinates for my link areas?

Any help would be great. Thanks.
 
 
Start new topic
Replies
miyashu
post May 6 2008, 12:46 PM
Post #2


cake or DEATH
*****

Group: Staff Alumni
Posts: 631
Joined: Sep 2005
Member No: 223,586



Try using this instead and see if it works. I've reorganized a few things in your code:

CODE
<DIV ALIGN=CENTER><IMG SRC="http://i61.photobucket.com/albums/h54/teelerthekitty/Art/Banners/tammystackshop.png" ALT="map of GH site" BORDER=0 WIDTH=300 HEIGHT=300 USEMAP="#map1">

<MAP NAME="map1">
<AREA
   HREF="http://tammys-tackshop.webs.com/index.htm" ALT="home" TITLE="home"
   SHAPE=RECT COORDS="87,23,82,22">
<AREA
   HREF="http://tammys-tackshop.webs.com/bio.htm" ALT="bio" TITLE="bio"
   SHAPE=RECT COORDS="53,26,48,24">
<AREA
   HREF="http://tammys-tackshop.webs.com/gallery.htm" ALT="gallery" TITLE="gallery"
   SHAPE=RECT COORDS="106,23,100,20">
<AREA
   HREF="http://tammys-tackshop.webs.com/products.htm" ALT="products" TITLE="products"
   SHAPE=RECT COORDS="131,28,126,25">
<AREA
   HREF="http://tammys-tackshop.webs.com/faq.htm" ALT="faq" TITLE="faq"
   SHAPE=RECT COORDS="76,30,67,27">
<AREA
   HREF="http://tammys-tackshop.webs.com/order.htm" ALT="order" TITLE="order"
   SHAPE=RECT COORDS="91,27,86,23">
</MAP>
</DIV>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: