Need some help on image mapping |
![]() ![]() |
Need some help on image mapping |
Nov 3 2006, 02:27 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Oct 2006 Member No: 476,431 |
I have done the image mapping but i can't get it to work.. Need a bit of fix.. Thanks
The background url i have is: http://img92.imageshack.us/img92/674/8thte3.jpg And my code is: <IMG SRC="8th.jpg" WIDTH=900 HEIGHT=1154 BORDER=0 ISMAP USEMAP="#8th.jpg" <MAP NAME="8th.jpg"> <AREA SHAPE="RECT" COORDS="429, 627, 497, 651" HREF="http://home.myspace.com/index.cfm?fuseaction=user"> <AREA SHAPE="RECT" COORDS="439, 655, 485, 673" HREF="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=17904169"> <AREA SHAPE="RECT" COORDS="439, 677, 489, 697" HREF="http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=17904169"> <AREA SHAPE="RECT" COORDS="437, 701, 487, 723" HREF="http://favorites.myspace.com/index.cfm?fuseaction=user"> <AREA SHAPE="RECT" COORDS="429, 725, 495, 744" HREF="http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&friendID=17904169"> <AREA SHAPE="POLYGON" COORDS="511, 465, 517, 477, 589, 444, 584, 432, 511, 467, 511, 467" HREF="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=603661"> <AREA SHAPE="RECT" COORDS="671, 694, 738, 708" HREF="http://comment.myspace.com/Modules/Comments/Pages/PostComment.aspx?%3ffuseaction=user.viewProfile_commentForm&friendID=603661"> <AREA SHAPE="RECT" COORDS="360, 984, 452, 996" HREF="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=603661"> </MAP> |
|
|
|
Nov 3 2006, 03:06 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 20,342 Joined: Apr 2004 Member No: 11,270 |
Change:
CODE <IMG SRC="8th.jpg" WIDTH=900 HEIGHT=1154 BORDER=0 ISMAP USEMAP="#8th.jpg" to CODE <IMG SRC="8th.jpg" WIDTH=900 HEIGHT=1154 BORDER=0 ISMAP USEMAP="#8th.jpg"> And where it says 8th.jpg you need to replace that with a link to the url of the image. |
|
|
|
![]() ![]() |