View Full Version : Will image maps work in myspace?


Neurologist
08-28-2005, 07:45 AM
I tried doing one, but it doesn't seem to work - I checked my code and it's perfect. Is it just that myspace wont let me make one?

lefty
08-29-2005, 03:28 PM
They should, although I haven't tried it so I'm not sure. Try testing it offline and make sure it works, or on another host.

t0x1c
08-30-2005, 08:51 AM
I dont think they do, although I haven't tried in ages. Just try it on another server...

Miss Chief
09-29-2005, 02:23 AM
The problem is that for some reason when you enter the html and submit it it changes the hash (#) to two full stops (..) Like this:

<img src="www.blahblahblah.com/mypic.jpg" width="1024" height="768" border="0" usemap="..Map">

When it should be:

<img src="www.blahblahblah.com/mypic.jpg" width="1024" height="768" border="0" usemap="#Map">

If you Edit so its correct and Preview the image map works but when you submit it it changes it back to the double dots. Anyone know of a way round this?