Snoopster87c
07-10-2004, 04:53 AM
Heres a rectangular image map code (its all u'll need to know)
<img src=IMAGE.GIF usemap=#mymap width=WIDTH OF IMAGE.GIF height=HEIGHT OF IMAGE.GIF border=0>
<map name=mymap>
<area shape="rect" coords=COORDINATES OF IMAGE MAP href=WHERE THE IMAGE MAP WILL BRING YOU TO alt=DESCRIPTION(YOU DONT NEED THIS)>
CAPITALS are the variables.
X is where you list your coordinates from (erase the capitals and put ur own stuff)
X------- so picture that as an image. You list the top left and
|------| bottom right coordinates eg: 0,0,50,50
|------X
<img src=IMAGE.GIF usemap=#mymap width=WIDTH OF IMAGE.GIF height=HEIGHT OF IMAGE.GIF border=0>
<map name=mymap>
<area shape="rect" coords=COORDINATES OF IMAGE MAP href=WHERE THE IMAGE MAP WILL BRING YOU TO alt=DESCRIPTION(YOU DONT NEED THIS)>
CAPITALS are the variables.
X is where you list your coordinates from (erase the capitals and put ur own stuff)
X------- so picture that as an image. You list the top left and
|------| bottom right coordinates eg: 0,0,50,50
|------X