I am creating an image map, but it isn't showing up visually in layout mode.

Posted Posted by jerothe in Design Topics, XHTML / HTML     Comments No comments
Aug
26

I learned this lesson the hard way. The image that contains the image map should have a “usemap” attribute.

e.g. <img src=”something.jpb” usemap=”#Map”>

Make sure that you have this attribute, and that you have a pound sign in front of the name of the image map you want to use, otherwise it won’t show up.

Post comment