Help - Search - Members - Calendar
Full Version: image mapping problems
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
xplizita
hello. i am trying to make image maps. well, i was able to put all the codes together but it wont work!! maybe i made a mistake. can any of you HELP me?? plzzzz...

here's what i wrote:

<IMG SRC="http://img.photobucket.com/albums/v286/x1playgirl2x/WAAAAAAAAAAA.jpg" BORDER=0 USEMAP="WAAAAAAAAAAA"> width="800" height="800" border="0"
usemap="WAAAAAAAAAAA"
<MAP NAME="WAAAAAAAAAAA"><AREA SHAPE="rect" COORDS="639,594,744,644" HREF="http://www.xanga.com/signin.aspx" alt="DiG IN">
<area shape="rect" coords="854,594,974,639" href="http://www.xanga.com/private/subscribeto.aspx" alt="KAPiSH">
<area shape="rect" coords="1104,594,1189,634" href="http://www.xanga.com/claf/default.aspx" alt="CLAFF">
<area shape="rect" coords="1309,594,1399,634" href="http://www.xanga.com/logout.aspx" alt="TATA">
</map>


[SIZE=7][B]THANKS
avalon*
try using www.pcoward.com/imagemapper if you didn't already. it should be a lot easier.
xplizita
thanks. i tried it. its much easier. lOL. when i CNP the codes in my HTML codes then i clicked SAVE CHANGEZ, why doez the picture wasnt SHOWN. there was an X on the top left of the page. is that bad or good news =(
avalon*
well you know where it says img src in the image map code? you need to put a url from the web in it. see if that fixes it.
xplizita
THANKS
sweetdreamsx3
Upload your image, get the URL and paste it into img src...
sweetxsimplicity
QUOTE(somechinkgirl @ Oct 1 2004, 1:31 PM)
Upload your image, get the URL and paste it into img src...

He/She already upload their image.

You put this code in the middle of nowhere
width="800" height="800" border="0"
usemap="WAAAAAAAAAAA"

You have to put it in between the < and >
So it would go like this

CODE
<!-- begin code provided by createblog.com -->
<IMG SRC="http://img.photobucket.com/albums/v286/x1playgirl2x/WAAAAAAAAAAA.jpg" USEMAP="WAAAAAAAAAAA" width="800" height="800" border="0"
usemap="WAAAAAAAAAAA">
<MAP NAME="WAAAAAAAAAAA"><AREA SHAPE="rect" COORDS="639,594,744,644" HREF="http://www.xanga.com/signin.aspx" alt="DiG IN">
<area shape="rect" coords="854,594,974,639" href="http://www.xanga.com/private/subscribeto.aspx" alt="KAPiSH">
<area shape="rect" coords="1104,594,1189,634" href="http://www.xanga.com/claf/default.aspx" alt="CLAFF">
<area shape="rect" coords="1309,594,1399,634" href="http://www.xanga.com/logout.aspx" alt="TATA">
</map>
<!-- end code provided by createblog.com -->
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.