image map problems, frusterated |
![]() ![]() |
image map problems, frusterated |
Nov 27 2004, 03:55 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 59 Joined: Oct 2004 Member No: 58,055 |
ok so i've got my image map code but dont know wut to do next pleeeeese help
CODE <!-- begin code provided by createblog.com --> <MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='85,210,143,230' HREF='www.xanga.com' ALT='xanga'> <AREA SHAPE='rect' COORDS='101,238,131,252' HREF='www.xanga.com/claf' ALT='claf'> <AREA SHAPE='rect' COORDS='89,261,139,277' HREF='http://www.xanga.com/profile.aspx?user=USERNAME' ALT='profile'> <AREA SHAPE='rect' COORDS='57,315,177,327' HREF='http://www.xanga.com/private/subs.aspx' ALT='subscriptions'> <AREA SHAPE='rect' COORDS='77,339,163,353' HREF='http://www.xanga.com/private/SubscribeTo.aspx?user=USERNAME' ALT='subscribe'> </MAP> <IMG SRC='sunrise.jpg' border=0 width=1000 height=750 USEMAP='#imgmap'> <!-- end code provided by createblog.com --> i also know the other code that hasta go in there somewhere but i dont know where CODE <!-- begin code provided by createblog.com -->
<IMG SRC='PLACE YOUR IMAGE URL IN HERE' border=0 width=CHANGE WIDTH height=HEIGHT OF YOUR IMAGE USEMAP='#imgmap'> <!-- end code provided by createblog.com --> |
|
|
|
Nov 27 2004, 05:29 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
QUOTE(mutedscream00 @ Nov 27 2004, 3:55 PM) ok so i've got my image map code but dont know wut to do next pleeeeese help CODE <!-- begin code provided by createblog.com --> <MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='85,210,143,230' HREF='www.xanga.com' ALT='xanga'> <AREA SHAPE='rect' COORDS='101,238,131,252' HREF='www.xanga.com/claf' ALT='claf'> <AREA SHAPE='rect' COORDS='89,261,139,277' HREF='http://www.xanga.com/profile.aspx?user=USERNAME' ALT='profile'> <AREA SHAPE='rect' COORDS='57,315,177,327' HREF='http://www.xanga.com/private/subs.aspx' ALT='subscriptions'> <AREA SHAPE='rect' COORDS='77,339,163,353' HREF='http://www.xanga.com/private/SubscribeTo.aspx?user=USERNAME' ALT='subscribe'> </MAP> <IMG SRC='sunrise.jpg' border=0 width=1000 height=750 USEMAP='#imgmap'> <!-- end code provided by createblog.com --> i also know the other code that hasta go in there somewhere but i dont know where CODE <!-- begin code provided by createblog.com --> <IMG SRC='PLACE YOUR IMAGE URL IN HERE' border=0 width=CHANGE WIDTH height=HEIGHT OF YOUR IMAGE USEMAP='#imgmap'> <!-- end code provided by createblog.com --> CODE <!-- begin code provided by createblog.com --> <MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='85,210,143,230' HREF='www.xanga.com' ALT='xanga'> <AREA SHAPE='rect' COORDS='101,238,131,252' HREF='www.xanga.com/claf' ALT='claf'> <AREA SHAPE='rect' COORDS='89,261,139,277' HREF='http://www.xanga.com/profile.aspx?user=USERNAME' ALT='profile'> <AREA SHAPE='rect' COORDS='57,315,177,327' HREF='http://www.xanga.com/private/subs.aspx' ALT='subscriptions'> <AREA SHAPE='rect' COORDS='77,339,163,353' HREF='http://www.xanga.com/private/SubscribeTo.aspx?user=USERNAME' ALT='subscribe'> </MAP> <IMG SRC='IMG URL HERE' border=0 width=1000 height=750 USEMAP='#imgmap'> <!-- end code provided by createblog.com --> put the image url in the area where it says to |
|
|
|
Nov 27 2004, 05:32 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 59 Joined: Oct 2004 Member No: 58,055 |
yeah i FINALLLY figured out how to image map lol..... thanks for the help
|
|
|
|
Nov 27 2004, 05:40 PM
Post
#4
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
no problem
|
|
|
|
![]() ![]() |