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.
Here are some similar arcade posts
- When I have an image right next to text in a table cell, why does the text start at the baseline of the image?
- Using images on a regular HTML input button
- Shortcomings of using Images in place of HTML buttons.
- Using the float property and other advantages of CSS layout
- What does the acronym XMLNS stand for, what does XMLNS mean?
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.











Comments
No comments yet.
Leave a comment
Your email address is never displayed and cannot be spammed. Read our comment privacy policy.