HTML Extension Image Issues

Hello,

undefined img src="X:\Tutorial Files\Tutorial\Tutorial 2017\Module 7\images\blood-tri.png" alt="" usemap="#Map" /undefined area alt="" id="upright-tri" title="" href="#" shape="poly" coords="100,0,1,186,204,186" /undefined

Would anyone have any suggestions?

Discussion (1)

I solved the issue myself. For anyone who comes across this issue in the future, use a "local" directory call for the image in the HTML code. Here's what I did:

undefined img src="images\blood-tri.png"

And that's it.

Discussions have been disabled for this post