I am VERY new in html. I have a simple page - it is not uploaded to a webserver yet. I am just viewing it from my local pc. I am trying to display an image that is located on my local disk, but no matter what format I try, it just displays a blank box with the red "close" cross in it. This is what I have currently (I have tried copying the image to the same directory as my html file and only use the filename, I tried an image folder, no luck. Can it be a setting on my browser? Am I doing somthing wrong? Please assist.
(This is inside the <body> tag)
<img src="file://localhost/D:/l
ogo_ph.gif
" width=200 height=200></img>
Start Free Trial