The HTML file is on my computer, and the image that I want to call is on my computer too, in a different folder. (c:\Users\Tom\My Pictures\Favorite Pics). What's the syntax for calling this image? I can call the image, no problem, if I copy the image to the same folder as where the HTML file is at (<IMG SRC="puppy.png">), but if I update the original image, then I have to remember to update the copy-image. I'd prefer to call the original image directly. Do I denote subfolders with one backslash or two? How do I handle the folders "Favorite Pics" and "My Pictures" having each a space in its name? Do I need to reduce folder names to eight letters (mypict~1)?
I'm doing something wrong somewhere. Even when I copy the image to the root directory, and put in the HTML code
<IMG SRC="c:\puppy.png" />
I can't get the image to show up.
I'm doing something wrong somewhere. Even when I copy the image to the root directory, and put in the HTML code
<IMG SRC="c:\puppy.png" />
I can't get the image to show up.