I am creating an image map, but it isn't showing up visually in layout mode.
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.
Posted by jerothe in