android - HTML image doesn't show up on mobile web browser -
i'm tinkering html first time , running issue. in basic page, image shows fine on pc. i've transferred file samsung tablet , image doesn't load. html file , gif saved in same folder on tablet. works fine using chrome/firefox on laptop. assumed using same browser on tablet. there tag need add use on mobile devices?
thanks
<!doctype html> <html> <head> <title>image map</title> </head> <body> <img src="dial_face.png" alt="image map" border="0" width="300" height="300"> </body> </html>
can't reproduce since it's basic, i'll try wild guess: 1) check image name proper uppercase , lowercase letters - must match exactly. 2) remove usemap="#map1"
attribute.
Comments
Post a Comment