Help - Search - Members - Calendar
Full Version: mapping
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
itsallaboutkits
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...
itsallaboutkits
ok that link doesnt work, but lol I dont think you need the pic to get the code....
DrNick311
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 -->
aznhybriddragon
QUOTE(itsallaboutkits @ May 2 2004, 1:06 PM)
ok that link doesnt work, but lol I dont think you need the pic to get the code....

Actually U DO Need the pic to make the exact Cordinaints.
juliar
Just add another one of the AREA SHAPE= things. Right below the first one.
natsumi
how do you find out the coordinates?
[2]Nekked
QUOTE(natsumi @ May 3 2004, 5:55 PM)
how do you find out the coordinates?

there is a tutorial in the tutorials subforum
itsallaboutkits
yes I know you need the pic to make the cords..BUT you guys...dont need the pic to get me the codes...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.