Help!!!

gera

New Member
I made an image with hotspots all over the image connected to links,
it works great on DreamWeaver when i export it to the browser, and i also
checked it on FrontPage, it also worked great there... but when i tried to upload the html source to myspace , links didn't work :(

what should i do???
 

gera

New Member
here is the code (without the exacts url i've inserted in my code)
why isn't it working with myspace? maby they don't give a permission to this kind of codes?


<html><title></title>
<body>
<img src="http://www.address.jpg" width="428" height="607" border="0" usemap="#juno">
<map name="juno" id="juno2">
<area shape="rect" coords="121,563,218,604" href="http://www.address" target="_blank">
<area shape="rect" coords="121,479,217,517" href="http://www.address" target="_blank">
<area shape="rect" coords="121,395,218,432" href="http://www.address" target="_blank">
<area shape="rect" coords="121,311,217,351" href="http://www.address" target="_blank">
<area shape="rect" coords="121,225,218,262" href="http://www.address" target="_blank">
<area shape="rect" coords="328,561,435,603" href="http://www.address" target="_blank">
<area shape="rect" coords="327,481,435,520" href="http://www.address" target="_blank">
<area shape="rect" coords="327,389,435,430" href="http://www.address" target="_blank">
<area shape="rect" coords="328,310,434,351" href="https://www.address" target="_blank">
<area shape="rect" coords="326,226,435,265" href="http://www.address" target="_blank">
</map>
</body>
</html>
 

horrorshow75

New Member
Code seems to look ok. What is the problem exactly, does it not show up at all or do you see the image and the links don't work, etc?
 

gera

New Member
when i upload the code to myspace it shows the picture but the links don't work, when i export it on dreamweaver it works great.
 

gera

New Member
basically just see a static image...

i was thinking maby myspace doesn't allows such codes... but it will be ridiculous since it allows simple linked images..

i just can't figure the problem...
 

horrorshow75

New Member
i was thinking maby myspace doesn't allows such codes... but it will be ridiculous since it allows simple linked images..

I was thinking the same thing....however an image map is just basic html, no JS or anything.

Hmmm...let me ponder this. I will get back to you.
 

gera

New Member
fuuuu what a relief... so i did everything right... myspace doesn't support it..
i found an alternative i collected the image like a puzzle and linked every piece of it though it doesn't look pretty as mapped image... but it's better then nothing :) instructions for making mapped image work on myspace is too complicated for me :))

Thank you so much for helping and for showing me this site, i'll surely use it in the future

Thanks again,
Gera

http://www.myspace.com/inrsmile
 

specialk

New Member
I know myspace does some link re-writes and this may be causing the problems you are having with the links. Just post a single link, then look at the link address myspace shows, you will see what I am talking about.
 
Top