mapping, more than one link |
mapping, more than one link |
May 2 2004, 03:05 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Mar 2004 Member No: 5,997 |
Im sure yall are getting sick of all the image mapping questions, I looked through xanga help, and the tutorial, but....I need to know what to do so I can have more than one link work....
what I need mapped I have all the cords, I just need a code so that I can have more than one link work out...it doesnt seem to work with the tutorial, and im not good at figureing out what to add to make it work... |
|
|
|
![]() |
May 2 2004, 03:12 PM
Post
#2
|
|
![]() . ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,488 Joined: Feb 2004 Member No: 3,625 |
CODE <!-- begin code provided by createblog.com --> <IMG SRC="URL OF IMAGE MAP HERE" BORDER=0 USEMAP="#NAME OF MAP HERE"> <MAP NAME="MUST BE THE EXACT NAME OF USEMAP IN THE IMG SRC"> <AREA SHAPE="rect" COORDS="363,245,406,240" TARGET="imagemap_out" HREF="URL TO BE DIRECTED TO"> </MAP> <!-- end code provided by createblog.com --> Each time you need to map a different link just use this again: CODE <!-- begin code provided by createblog.com -->
<AREA SHAPE="rect" COORDS="363,245,406,240" TARGET="imagemap_out" HREF="URL TO BE DIRECTED TO"> <!-- end code provided by createblog.com --> |
|
|
|
itsallaboutkits mapping May 2 2004, 03:05 PM
itsallaboutkits ok that link doesnt work, but lol I dont think you... May 2 2004, 03:06 PM
aznhybriddragon QUOTE(itsallaboutkits @ May 2 2004, 1:06 PM)o... May 2 2004, 06:43 PM
juliar Just add another one of the AREA SHAPE= things. Ri... May 3 2004, 02:17 PM
natsumi how do you find out the coordinates? May 3 2004, 04:55 PM
[2]Nekked QUOTE(natsumi @ May 3 2004, 5:55 PM)how do yo... May 3 2004, 05:09 PM
itsallaboutkits yes I know you need the pic to make the cords..BUT... May 9 2004, 11:28 PM![]() ![]() |